Shades of Cream Can #EFC853
Tints of Cream Can #EFC853
RGB
CMYK
RGB Variations
Color information
#EFC853 (or 0xEFC853) is known color: Cream Can. HEX triplet: EF, C8 and 53. RGB value is (239,200,83). Sum of RGB (Red+Green+Blue) = 239+200+83=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC853 is #1037AC. Grayscale: #C6C6C6. Windows color (decimal): -1062829 or 5490927. OLE color: 5490927.
HSL color Cylindrical-coordinate representation of color #EFC853: hue angle of 45º 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 #EFC853 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 83 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.06 |
| HSL | 45º | 0.83% | 0.63% | - |
| HSV(B) | 45º | 0.65% | 0.94% | - |
| XYZ | 57.81 | 60.28 | 16.77 | - |
| YUV | 198.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 83 | 0 | 0.16 | 0.65 | 0.06 | 45 | 0.83 | 0.63 |
| Hex | EF | C8 | 53 | 0 | 10 | 41 | 6 | 2D | 53 | 3F |
| Octal | 357 | 310 | 123 | 0 | 20 | 101 | 6 | 55 | 123 | 77 |
| Binary | 11101111 | 11001000 | 1010011 | 0 | 10000 | 1000001 | 110 | 101101 | 1010011 | 111111 |
Color Harmonies of #EFC853
Complementary color
Monochromatic Colors of #EFC853
Black with #EFC853
Text Example
Text Example
White with #EFC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC853; }
p { color: rgb(239,200,83); }
H1.HeaderClassName
{
color: #EFC853;
}
.AnyTagClassName
{
color: #EFC853;
}
</style>
background-color css
<style>
a { background-color: #EFC853; }
a { background-color: rgb(239,200,83); }
div.DivClassName
{
background-color: #EFC853;
}
.BgClassName
{
background-color: #EFC853;
}
</style>
border-color css
<style>
span { border-color: #EFC853; }
span { border-color: rgb(239,200,83); }
td.TdClassName
{
border-color: #EFC853;
}
.TagClassName
{
border-color: #EFC853;
}
</style>