Shades of Cream Can #EEC850
Tints of Cream Can #EEC850
RGB
CMYK
RGB Variations
Color information
#EEC850 (or 0xEEC850) is known color: Cream Can. HEX triplet: EE, C8 and 50. RGB value is (238,200,80). Sum of RGB (Red+Green+Blue) = 238+200+80=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC850 is #1137AF. Grayscale: #C6C6C6. Windows color (decimal): -1128368 or 5294318. OLE color: 5294318.
HSL color Cylindrical-coordinate representation of color #EEC850: hue angle of 45.57º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEC850 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 80 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.07 |
| HSL | 45.57º | 0.82% | 0.62% | - |
| HSV(B) | 45.57º | 0.66% | 0.93% | - |
| XYZ | 57.36 | 60.06 | 16.16 | - |
| YUV | 197.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 80 | 0 | 0.16 | 0.66 | 0.07 | 45.57 | 0.82 | 0.62 |
| Hex | EE | C8 | 50 | 0 | 10 | 42 | 7 | 2E | 52 | 3E |
| Octal | 356 | 310 | 120 | 0 | 20 | 102 | 7 | 56 | 122 | 76 |
| Binary | 11101110 | 11001000 | 1010000 | 0 | 10000 | 1000010 | 111 | 101110 | 1010010 | 111110 |
Color Harmonies of #EEC850
Complementary color
Monochromatic Colors of #EEC850
Black with #EEC850
Text Example
Text Example
White with #EEC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC850; }
p { color: rgb(238,200,80); }
H1.HeaderClassName
{
color: #EEC850;
}
.AnyTagClassName
{
color: #EEC850;
}
</style>
background-color css
<style>
a { background-color: #EEC850; }
a { background-color: rgb(238,200,80); }
div.DivClassName
{
background-color: #EEC850;
}
.BgClassName
{
background-color: #EEC850;
}
</style>
border-color css
<style>
span { border-color: #EEC850; }
span { border-color: rgb(238,200,80); }
td.TdClassName
{
border-color: #EEC850;
}
.TagClassName
{
border-color: #EEC850;
}
</style>