Shades of Cream Can #EFC954
Tints of Cream Can #EFC954
RGB
CMYK
RGB Variations
Color information
#EFC954 (or 0xEFC954) is known color: Cream Can. HEX triplet: EF, C9 and 54. RGB value is (239,201,84). Sum of RGB (Red+Green+Blue) = 239+201+84=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC954 is #1036AB. Grayscale: #C7C7C7. Windows color (decimal): -1062572 or 5556719. OLE color: 5556719.
HSL color Cylindrical-coordinate representation of color #EFC954: hue angle of 45.29º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFC954 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 84 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.06 |
| HSL | 45.29º | 0.83% | 0.63% | - |
| HSV(B) | 45.29º | 0.65% | 0.94% | - |
| XYZ | 58.08 | 60.76 | 17.05 | - |
| YUV | 199.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 84 | 0 | 0.16 | 0.65 | 0.06 | 45.29 | 0.83 | 0.63 |
| Hex | EF | C9 | 54 | 0 | 10 | 41 | 6 | 2D | 53 | 3F |
| Octal | 357 | 311 | 124 | 0 | 20 | 101 | 6 | 55 | 123 | 77 |
| Binary | 11101111 | 11001001 | 1010100 | 0 | 10000 | 1000001 | 110 | 101101 | 1010011 | 111111 |
Color Harmonies of #EFC954
Complementary color
Monochromatic Colors of #EFC954
Black with #EFC954
Text Example
Text Example
White with #EFC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC954; }
p { color: rgb(239,201,84); }
H1.HeaderClassName
{
color: #EFC954;
}
.AnyTagClassName
{
color: #EFC954;
}
</style>
background-color css
<style>
a { background-color: #EFC954; }
a { background-color: rgb(239,201,84); }
div.DivClassName
{
background-color: #EFC954;
}
.BgClassName
{
background-color: #EFC954;
}
</style>
border-color css
<style>
span { border-color: #EFC954; }
span { border-color: rgb(239,201,84); }
td.TdClassName
{
border-color: #EFC954;
}
.TagClassName
{
border-color: #EFC954;
}
</style>