Shades of Cream Can #EFC24F
Tints of Cream Can #EFC24F
RGB
CMYK
RGB Variations
Color information
#EFC24F (or 0xEFC24F) is known color: Cream Can. HEX triplet: EF, C2 and 4F. RGB value is (239,194,79). Sum of RGB (Red+Green+Blue) = 239+194+79=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC24F is #103DB0. Grayscale: #C2C2C2. Windows color (decimal): -1064369 or 5227247. OLE color: 5227247.
HSL color Cylindrical-coordinate representation of color #EFC24F: hue angle of 43.12º 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 #EFC24F is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 79 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.06 |
| HSL | 43.13º | 0.83% | 0.62% | - |
| HSV(B) | 43.13º | 0.67% | 0.94% | - |
| XYZ | 56.3 | 57.5 | 15.53 | - |
| YUV | 194.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 79 | 0 | 0.19 | 0.67 | 0.06 | 43.13 | 0.83 | 0.62 |
| Hex | EF | C2 | 4F | 0 | 13 | 43 | 6 | 2B | 53 | 3E |
| Octal | 357 | 302 | 117 | 0 | 23 | 103 | 6 | 53 | 123 | 76 |
| Binary | 11101111 | 11000010 | 1001111 | 0 | 10011 | 1000011 | 110 | 101011 | 1010011 | 111110 |
Color Harmonies of #EFC24F
Complementary color
Monochromatic Colors of #EFC24F
Black with #EFC24F
Text Example
Text Example
White with #EFC24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC24F; }
p { color: rgb(239,194,79); }
H1.HeaderClassName
{
color: #EFC24F;
}
.AnyTagClassName
{
color: #EFC24F;
}
</style>
background-color css
<style>
a { background-color: #EFC24F; }
a { background-color: rgb(239,194,79); }
div.DivClassName
{
background-color: #EFC24F;
}
.BgClassName
{
background-color: #EFC24F;
}
</style>
border-color css
<style>
span { border-color: #EFC24F; }
span { border-color: rgb(239,194,79); }
td.TdClassName
{
border-color: #EFC24F;
}
.TagClassName
{
border-color: #EFC24F;
}
</style>