#EFC54E

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

Shades of Cream Can #EFC54E

Tints of Cream Can #EFC54E

Color information

#EFC54E (or 0xEFC54E) is unknown color: approx Cream Can. HEX triplet: EF, C5 and 4E. RGB value is (239,197,78). Sum of RGB (Red+Green+Blue) = 239+197+78=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC54E is #103AB1. Grayscale: #C4C4C4. Windows color (decimal): -1063602 or 5162479. OLE color: 5162479.

HSL color Cylindrical-coordinate representation of color #EFC54E: hue angle of 44.35º 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 #EFC54E is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB23919778-
CMYK00.180.670.06
HSL44.35º83.42%62.16%-
HSV(B)44.35º67.36%93.73%-
XYZ56.9458.8315.56-
YUV195.9961.41158.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.50%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 78 (30.86% from 255) = 15.18%
R=46.50%
G=38.33%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391977800.180.670.0644.3583.4262.16
HexEFC54E0124362c533e
Octal35730511602210365412376
Binary1110111111000101100111001001010000111101011001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC54E; }

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

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

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

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

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

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

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

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