Shades of Cream Can #EEC35A
Tints of Cream Can #EEC35A
RGB
CMYK
RGB Variations
Color information
#EEC35A (or 0xEEC35A) is known color: Cream Can. HEX triplet: EE, C3 and 5A. RGB value is (238,195,90). Sum of RGB (Red+Green+Blue) = 238+195+90=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC35A is #113CA5. Grayscale: #C4C4C4. Windows color (decimal): -1129638 or 5948398. OLE color: 5948398.
HSL color Cylindrical-coordinate representation of color #EEC35A: hue angle of 42.57º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEC35A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 90 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.07 |
| HSL | 42.57º | 0.81% | 0.64% | - |
| HSV(B) | 42.57º | 0.62% | 0.93% | - |
| XYZ | 56.62 | 57.95 | 17.87 | - |
| YUV | 195.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 90 | 0 | 0.18 | 0.62 | 0.07 | 42.57 | 0.81 | 0.64 |
| Hex | EE | C3 | 5A | 0 | 12 | 3E | 7 | 2B | 51 | 40 |
| Octal | 356 | 303 | 132 | 0 | 22 | 76 | 7 | 53 | 121 | 100 |
| Binary | 11101110 | 11000011 | 1011010 | 0 | 10010 | 111110 | 111 | 101011 | 1010001 | 1000000 |
Color Harmonies of #EEC35A
Complementary color
Monochromatic Colors of #EEC35A
Black with #EEC35A
Text Example
Text Example
White with #EEC35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC35A; }
p { color: rgb(238,195,90); }
H1.HeaderClassName
{
color: #EEC35A;
}
.AnyTagClassName
{
color: #EEC35A;
}
</style>
background-color css
<style>
a { background-color: #EEC35A; }
a { background-color: rgb(238,195,90); }
div.DivClassName
{
background-color: #EEC35A;
}
.BgClassName
{
background-color: #EEC35A;
}
</style>
border-color css
<style>
span { border-color: #EEC35A; }
span { border-color: rgb(238,195,90); }
td.TdClassName
{
border-color: #EEC35A;
}
.TagClassName
{
border-color: #EEC35A;
}
</style>