Shades of Cream Can #EEC85D
Tints of Cream Can #EEC85D
RGB
CMYK
RGB Variations
Color information
#EEC85D (or 0xEEC85D) is known color: Cream Can. HEX triplet: EE, C8 and 5D. RGB value is (238,200,93). Sum of RGB (Red+Green+Blue) = 238+200+93=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC85D is #1137A2. Grayscale: #C7C7C7. Windows color (decimal): -1128355 or 6146286. OLE color: 6146286.
HSL color Cylindrical-coordinate representation of color #EEC85D: hue angle of 44.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEC85D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 93 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.07 |
| HSL | 44.28º | 0.81% | 0.65% | - |
| HSV(B) | 44.28º | 0.61% | 0.93% | - |
| XYZ | 57.89 | 60.28 | 18.94 | - |
| YUV | 199.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 93 | 0 | 0.16 | 0.61 | 0.07 | 44.28 | 0.81 | 0.65 |
| Hex | EE | C8 | 5D | 0 | 10 | 3D | 7 | 2C | 51 | 41 |
| Octal | 356 | 310 | 135 | 0 | 20 | 75 | 7 | 54 | 121 | 101 |
| Binary | 11101110 | 11001000 | 1011101 | 0 | 10000 | 111101 | 111 | 101100 | 1010001 | 1000001 |
Color Harmonies of #EEC85D
Complementary color
Monochromatic Colors of #EEC85D
Black with #EEC85D
Text Example
Text Example
White with #EEC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC85D; }
p { color: rgb(238,200,93); }
H1.HeaderClassName
{
color: #EEC85D;
}
.AnyTagClassName
{
color: #EEC85D;
}
</style>
background-color css
<style>
a { background-color: #EEC85D; }
a { background-color: rgb(238,200,93); }
div.DivClassName
{
background-color: #EEC85D;
}
.BgClassName
{
background-color: #EEC85D;
}
</style>
border-color css
<style>
span { border-color: #EEC85D; }
span { border-color: rgb(238,200,93); }
td.TdClassName
{
border-color: #EEC85D;
}
.TagClassName
{
border-color: #EEC85D;
}
</style>