Shades of Cream Can #EFC951
Tints of Cream Can #EFC951
RGB
CMYK
RGB Variations
Color information
#EFC951 (or 0xEFC951) is known color: Cream Can. HEX triplet: EF, C9 and 51. RGB value is (239,201,81). Sum of RGB (Red+Green+Blue) = 239+201+81=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC951 is #1036AE. Grayscale: #C7C7C7. Windows color (decimal): -1062575 or 5360111. OLE color: 5360111.
HSL color Cylindrical-coordinate representation of color #EFC951: hue angle of 45.57º 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 #EFC951 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 81 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.06 |
| HSL | 45.57º | 0.83% | 0.63% | - |
| HSV(B) | 45.57º | 0.66% | 0.94% | - |
| XYZ | 57.97 | 60.72 | 16.45 | - |
| YUV | 198.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 81 | 0 | 0.16 | 0.66 | 0.06 | 45.57 | 0.83 | 0.63 |
| Hex | EF | C9 | 51 | 0 | 10 | 42 | 6 | 2E | 53 | 3F |
| Octal | 357 | 311 | 121 | 0 | 20 | 102 | 6 | 56 | 123 | 77 |
| Binary | 11101111 | 11001001 | 1010001 | 0 | 10000 | 1000010 | 110 | 101110 | 1010011 | 111111 |
Color Harmonies of #EFC951
Complementary color
Monochromatic Colors of #EFC951
Black with #EFC951
Text Example
Text Example
White with #EFC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC951; }
p { color: rgb(239,201,81); }
H1.HeaderClassName
{
color: #EFC951;
}
.AnyTagClassName
{
color: #EFC951;
}
</style>
background-color css
<style>
a { background-color: #EFC951; }
a { background-color: rgb(239,201,81); }
div.DivClassName
{
background-color: #EFC951;
}
.BgClassName
{
background-color: #EFC951;
}
</style>
border-color css
<style>
span { border-color: #EFC951; }
span { border-color: rgb(239,201,81); }
td.TdClassName
{
border-color: #EFC951;
}
.TagClassName
{
border-color: #EFC951;
}
</style>