Shades of Cream Can #EEC65C
Tints of Cream Can #EEC65C
RGB
CMYK
RGB Variations
Color information
#EEC65C (or 0xEEC65C) is known color: Cream Can. HEX triplet: EE, C6 and 5C. RGB value is (238,198,92). Sum of RGB (Red+Green+Blue) = 238+198+92=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC65C is #1139A3. Grayscale: #C6C6C6. Windows color (decimal): -1128868 or 6080238. OLE color: 6080238.
HSL color Cylindrical-coordinate representation of color #EEC65C: hue angle of 43.56º 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 #EEC65C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 92 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.07 |
| HSL | 43.56º | 0.81% | 0.65% | - |
| HSV(B) | 43.56º | 0.61% | 0.93% | - |
| XYZ | 57.39 | 59.34 | 18.55 | - |
| YUV | 197.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 92 | 0 | 0.17 | 0.61 | 0.07 | 43.56 | 0.81 | 0.65 |
| Hex | EE | C6 | 5C | 0 | 11 | 3D | 7 | 2C | 51 | 41 |
| Octal | 356 | 306 | 134 | 0 | 21 | 75 | 7 | 54 | 121 | 101 |
| Binary | 11101110 | 11000110 | 1011100 | 0 | 10001 | 111101 | 111 | 101100 | 1010001 | 1000001 |
Color Harmonies of #EEC65C
Complementary color
Monochromatic Colors of #EEC65C
Black with #EEC65C
Text Example
Text Example
White with #EEC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC65C; }
p { color: rgb(238,198,92); }
H1.HeaderClassName
{
color: #EEC65C;
}
.AnyTagClassName
{
color: #EEC65C;
}
</style>
background-color css
<style>
a { background-color: #EEC65C; }
a { background-color: rgb(238,198,92); }
div.DivClassName
{
background-color: #EEC65C;
}
.BgClassName
{
background-color: #EEC65C;
}
</style>
border-color css
<style>
span { border-color: #EEC65C; }
span { border-color: rgb(238,198,92); }
td.TdClassName
{
border-color: #EEC65C;
}
.TagClassName
{
border-color: #EEC65C;
}
</style>