Shades of Cream Can #EFC045
Tints of Cream Can #EFC045
RGB
CMYK
RGB Variations
Color information
#EFC045 (or 0xEFC045) is known color: Cream Can. HEX triplet: EF, C0 and 45. RGB value is (239,192,69). Sum of RGB (Red+Green+Blue) = 239+192+69=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC045 is #103FBA. Grayscale: #C0C0C0. Windows color (decimal): -1064891 or 4571375. OLE color: 4571375.
HSL color Cylindrical-coordinate representation of color #EFC045: hue angle of 43.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFC045 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 69 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.06 |
| HSL | 43.41º | 0.84% | 0.6% | - |
| HSV(B) | 43.41º | 0.71% | 0.94% | - |
| XYZ | 55.52 | 56.48 | 13.61 | - |
| YUV | 192.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 69 | 0 | 0.20 | 0.71 | 0.06 | 43.41 | 0.84 | 0.6 |
| Hex | EF | C0 | 45 | 0 | 14 | 47 | 6 | 2B | 54 | 3C |
| Octal | 357 | 300 | 105 | 0 | 24 | 107 | 6 | 53 | 124 | 74 |
| Binary | 11101111 | 11000000 | 1000101 | 0 | 10100 | 1000111 | 110 | 101011 | 1010100 | 111100 |
Color Harmonies of #EFC045
Complementary color
Monochromatic Colors of #EFC045
Black with #EFC045
Text Example
Text Example
White with #EFC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC045; }
p { color: rgb(239,192,69); }
H1.HeaderClassName
{
color: #EFC045;
}
.AnyTagClassName
{
color: #EFC045;
}
</style>
background-color css
<style>
a { background-color: #EFC045; }
a { background-color: rgb(239,192,69); }
div.DivClassName
{
background-color: #EFC045;
}
.BgClassName
{
background-color: #EFC045;
}
</style>
border-color css
<style>
span { border-color: #EFC045; }
span { border-color: rgb(239,192,69); }
td.TdClassName
{
border-color: #EFC045;
}
.TagClassName
{
border-color: #EFC045;
}
</style>