Shades of Cream Can #EFC04D
Tints of Cream Can #EFC04D
RGB
CMYK
RGB Variations
Color information
#EFC04D (or 0xEFC04D) is known color: Cream Can. HEX triplet: EF, C0 and 4D. RGB value is (239,192,77). Sum of RGB (Red+Green+Blue) = 239+192+77=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC04D is #103FB2. Grayscale: #C1C1C1. Windows color (decimal): -1064883 or 5095663. OLE color: 5095663.
HSL color Cylindrical-coordinate representation of color #EFC04D: hue angle of 42.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFC04D is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 77 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.06 |
| HSL | 42.59º | 0.84% | 0.62% | - |
| HSV(B) | 42.59º | 0.68% | 0.94% | - |
| XYZ | 55.79 | 56.59 | 15 | - |
| YUV | 192.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 77 | 0 | 0.20 | 0.68 | 0.06 | 42.59 | 0.84 | 0.62 |
| Hex | EF | C0 | 4D | 0 | 14 | 44 | 6 | 2B | 54 | 3E |
| Octal | 357 | 300 | 115 | 0 | 24 | 104 | 6 | 53 | 124 | 76 |
| Binary | 11101111 | 11000000 | 1001101 | 0 | 10100 | 1000100 | 110 | 101011 | 1010100 | 111110 |
Color Harmonies of #EFC04D
Complementary color
Monochromatic Colors of #EFC04D
Black with #EFC04D
Text Example
Text Example
White with #EFC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC04D; }
p { color: rgb(239,192,77); }
H1.HeaderClassName
{
color: #EFC04D;
}
.AnyTagClassName
{
color: #EFC04D;
}
</style>
background-color css
<style>
a { background-color: #EFC04D; }
a { background-color: rgb(239,192,77); }
div.DivClassName
{
background-color: #EFC04D;
}
.BgClassName
{
background-color: #EFC04D;
}
</style>
border-color css
<style>
span { border-color: #EFC04D; }
span { border-color: rgb(239,192,77); }
td.TdClassName
{
border-color: #EFC04D;
}
.TagClassName
{
border-color: #EFC04D;
}
</style>