#EFC24B

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

Shades of Cream Can #EFC24B

Tints of Cream Can #EFC24B

Color information

#EFC24B (or 0xEFC24B) is unknown color: approx Cream Can. HEX triplet: EF, C2 and 4B. RGB value is (239,194,75). Sum of RGB (Red+Green+Blue) = 239+194+75=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC24B is #103DB4. Grayscale: #C2C2C2. Windows color (decimal): -1064373 or 4965103. OLE color: 4965103.

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

Color convert

RGB23919475-
CMYK00.190.690.06
HSL43.54º83.67%61.57%-
HSV(B)43.54º68.62%93.73%-
XYZ56.1657.4414.78-
YUV193.8960.91160.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 75 (29.69% from 255) = 14.76%
R=47.05%
G=38.19%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391947500.190.690.0643.5483.6761.57
HexEFC24B0134562c543e
Octal35730211302310565412476
Binary1110111111000010100101101001110001011101011001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC24B; }

 p { color: rgb(239,194,75); }

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

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

 a { background-color: rgb(239,194,75); }

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

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

 span { border-color: rgb(239,194,75); }

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