Shades of Cream Can #EECA55
Tints of Cream Can #EECA55
RGB
CMYK
RGB Variations
Color information
#EECA55 (or 0xEECA55) is known color: Cream Can. HEX triplet: EE, CA and 55. RGB value is (238,202,85). Sum of RGB (Red+Green+Blue) = 238+202+85=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA55 is #1135AA. Grayscale: #C7C7C7. Windows color (decimal): -1127851 or 5622510. OLE color: 5622510.
HSL color Cylindrical-coordinate representation of color #EECA55: hue angle of 45.88º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EECA55 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 85 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.07 |
| HSL | 45.88º | 0.82% | 0.63% | - |
| HSV(B) | 45.88º | 0.64% | 0.93% | - |
| XYZ | 58.02 | 61.07 | 17.32 | - |
| YUV | 199.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 85 | 0 | 0.15 | 0.64 | 0.07 | 45.88 | 0.82 | 0.63 |
| Hex | EE | CA | 55 | 0 | F | 40 | 7 | 2E | 52 | 3F |
| Octal | 356 | 312 | 125 | 0 | 17 | 100 | 7 | 56 | 122 | 77 |
| Binary | 11101110 | 11001010 | 1010101 | 0 | 1111 | 1000000 | 111 | 101110 | 1010010 | 111111 |
Color Harmonies of #EECA55
Complementary color
Monochromatic Colors of #EECA55
Black with #EECA55
Text Example
Text Example
White with #EECA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA55; }
p { color: rgb(238,202,85); }
H1.HeaderClassName
{
color: #EECA55;
}
.AnyTagClassName
{
color: #EECA55;
}
</style>
background-color css
<style>
a { background-color: #EECA55; }
a { background-color: rgb(238,202,85); }
div.DivClassName
{
background-color: #EECA55;
}
.BgClassName
{
background-color: #EECA55;
}
</style>
border-color css
<style>
span { border-color: #EECA55; }
span { border-color: rgb(238,202,85); }
td.TdClassName
{
border-color: #EECA55;
}
.TagClassName
{
border-color: #EECA55;
}
</style>