Shades of Cream Can #EFC251
Tints of Cream Can #EFC251
RGB
CMYK
RGB Variations
Color information
#EFC251 (or 0xEFC251) is known color: Cream Can. HEX triplet: EF, C2 and 51. RGB value is (239,194,81). Sum of RGB (Red+Green+Blue) = 239+194+81=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC251 is #103DAE. Grayscale: #C3C3C3. Windows color (decimal): -1064367 or 5358319. OLE color: 5358319.
HSL color Cylindrical-coordinate representation of color #EFC251: hue angle of 42.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFC251 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 81 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.06 |
| HSL | 42.91º | 0.83% | 0.63% | - |
| HSV(B) | 42.91º | 0.66% | 0.94% | - |
| XYZ | 56.37 | 57.53 | 15.92 | - |
| YUV | 194.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 81 | 0 | 0.19 | 0.66 | 0.06 | 42.91 | 0.83 | 0.63 |
| Hex | EF | C2 | 51 | 0 | 13 | 42 | 6 | 2B | 53 | 3F |
| Octal | 357 | 302 | 121 | 0 | 23 | 102 | 6 | 53 | 123 | 77 |
| Binary | 11101111 | 11000010 | 1010001 | 0 | 10011 | 1000010 | 110 | 101011 | 1010011 | 111111 |
Color Harmonies of #EFC251
Complementary color
Monochromatic Colors of #EFC251
Black with #EFC251
Text Example
Text Example
White with #EFC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC251; }
p { color: rgb(239,194,81); }
H1.HeaderClassName
{
color: #EFC251;
}
.AnyTagClassName
{
color: #EFC251;
}
</style>
background-color css
<style>
a { background-color: #EFC251; }
a { background-color: rgb(239,194,81); }
div.DivClassName
{
background-color: #EFC251;
}
.BgClassName
{
background-color: #EFC251;
}
</style>
border-color css
<style>
span { border-color: #EFC251; }
span { border-color: rgb(239,194,81); }
td.TdClassName
{
border-color: #EFC251;
}
.TagClassName
{
border-color: #EFC251;
}
</style>