Shades of Cream Can #EEC55B
Tints of Cream Can #EEC55B
RGB
CMYK
RGB Variations
Color information
#EEC55B (or 0xEEC55B) is known color: Cream Can. HEX triplet: EE, C5 and 5B. RGB value is (238,197,91). Sum of RGB (Red+Green+Blue) = 238+197+91=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC55B is #113AA4. Grayscale: #C5C5C5. Windows color (decimal): -1129125 or 6014446. OLE color: 6014446.
HSL color Cylindrical-coordinate representation of color #EEC55B: hue angle of 43.27º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEC55B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 91 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.07 |
| HSL | 43.27º | 0.81% | 0.65% | - |
| HSV(B) | 43.27º | 0.62% | 0.93% | - |
| XYZ | 57.11 | 58.86 | 18.25 | - |
| YUV | 197.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 91 | 0 | 0.17 | 0.62 | 0.07 | 43.27 | 0.81 | 0.65 |
| Hex | EE | C5 | 5B | 0 | 11 | 3E | 7 | 2B | 51 | 41 |
| Octal | 356 | 305 | 133 | 0 | 21 | 76 | 7 | 53 | 121 | 101 |
| Binary | 11101110 | 11000101 | 1011011 | 0 | 10001 | 111110 | 111 | 101011 | 1010001 | 1000001 |
Color Harmonies of #EEC55B
Complementary color
Monochromatic Colors of #EEC55B
Black with #EEC55B
Text Example
Text Example
White with #EEC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC55B; }
p { color: rgb(238,197,91); }
H1.HeaderClassName
{
color: #EEC55B;
}
.AnyTagClassName
{
color: #EEC55B;
}
</style>
background-color css
<style>
a { background-color: #EEC55B; }
a { background-color: rgb(238,197,91); }
div.DivClassName
{
background-color: #EEC55B;
}
.BgClassName
{
background-color: #EEC55B;
}
</style>
border-color css
<style>
span { border-color: #EEC55B; }
span { border-color: rgb(238,197,91); }
td.TdClassName
{
border-color: #EEC55B;
}
.TagClassName
{
border-color: #EEC55B;
}
</style>