Shades of Cream Can #EEC958
Tints of Cream Can #EEC958
RGB
CMYK
RGB Variations
Color information
#EEC958 (or 0xEEC958) is known color: Cream Can. HEX triplet: EE, C9 and 58. RGB value is (238,201,88). Sum of RGB (Red+Green+Blue) = 238+201+88=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC958 is #1136A7. Grayscale: #C7C7C7. Windows color (decimal): -1128104 or 5818862. OLE color: 5818862.
HSL color Cylindrical-coordinate representation of color #EEC958: hue angle of 45.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEC958 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 88 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.07 |
| HSL | 45.2º | 0.82% | 0.64% | - |
| HSV(B) | 45.2º | 0.63% | 0.93% | - |
| XYZ | 57.91 | 60.66 | 17.89 | - |
| YUV | 199.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 88 | 0 | 0.16 | 0.63 | 0.07 | 45.2 | 0.82 | 0.64 |
| Hex | EE | C9 | 58 | 0 | 10 | 3F | 7 | 2D | 52 | 40 |
| Octal | 356 | 311 | 130 | 0 | 20 | 77 | 7 | 55 | 122 | 100 |
| Binary | 11101110 | 11001001 | 1011000 | 0 | 10000 | 111111 | 111 | 101101 | 1010010 | 1000000 |
Color Harmonies of #EEC958
Complementary color
Monochromatic Colors of #EEC958
Black with #EEC958
Text Example
Text Example
White with #EEC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC958; }
p { color: rgb(238,201,88); }
H1.HeaderClassName
{
color: #EEC958;
}
.AnyTagClassName
{
color: #EEC958;
}
</style>
background-color css
<style>
a { background-color: #EEC958; }
a { background-color: rgb(238,201,88); }
div.DivClassName
{
background-color: #EEC958;
}
.BgClassName
{
background-color: #EEC958;
}
</style>
border-color css
<style>
span { border-color: #EEC958; }
span { border-color: rgb(238,201,88); }
td.TdClassName
{
border-color: #EEC958;
}
.TagClassName
{
border-color: #EEC958;
}
</style>