#EFC64C

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

Shades of Cream Can #EFC64C

Tints of Cream Can #EFC64C

Color information

#EFC64C (or 0xEFC64C) is unknown color: approx Cream Can. HEX triplet: EF, C6 and 4C. RGB value is (239,198,76). Sum of RGB (Red+Green+Blue) = 239+198+76=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC64C is #1039B3. Grayscale: #C4C4C4. Windows color (decimal): -1063348 or 5031663. OLE color: 5031663.

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

Color convert

RGB23919876-
CMYK00.170.680.06
HSL44.91º83.59%61.76%-
HSV(B)44.91º68.2%93.73%-
XYZ57.159.2615.27-
YUV196.3560.08158.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.59%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 76 (30.08% from 255) = 14.81%
R=46.59%
G=38.60%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391987600.170.680.0644.9183.5961.76
HexEFC64C0114462d543e
Octal35730611402110465512476
Binary1110111111000110100110001000110001001101011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC64C; }

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

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

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

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

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

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

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

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