#efc64e

Color #EFC64E Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #EFC64E

Tints of Cream Can #EFC64E

Color information

#EFC64E (or 0xEFC64E) is unknown color: approx Cream Can. HEX triplet: EF, C6 and 4E. RGB value is (239,198,78). Sum of RGB (Red+Green+Blue) = 239+198+78=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC64E is #1039B1. Grayscale: #C5C5C5. Windows color (decimal): -1063346 or 5162735. OLE color: 5162735.

HSL color Cylindrical-coordinate representation of color #EFC64E: hue angle of 44.72º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFC64E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB23919878-
CMYK00.170.670.06
HSL44.72º83.42%62.16%-
HSV(B)44.72º67.36%93.73%-
XYZ57.1759.2915.64-
YUV196.5861.08158.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 78 (30.86% from 255) = 15.15%
R=46.41%
G=38.45%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391987800.170.670.0644.7283.4262.16
HexEFC64E0114362d533e
Octal35730611602110365512376
Binary1110111111000110100111001000110000111101011011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc64e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc64e; }

 p { color: rgb(239,198,78); }

 H1.HeaderClassName
 {
   color: #efc64e;
 }
 .AnyTagClassName
 {
   color: #efc64e;
 }
</style>
background-color css

<style>
 a { background-color: #efc64e; }

 a { background-color: rgb(239,198,78); }

 div.DivClassName
 {
   background-color: #efc64e;
 }
 .BgClassName
 {
   background-color: #efc64e;
 }
</style>
border-color css

<style>
 span { border-color: #efc64e; }

 span { border-color: rgb(239,198,78); }

 td.TdClassName
 {
   border-color: #efc64e;
 }
 .TagClassName
 {
   border-color: #efc64e;
 }
</style>