Shades of Cream Can #EECA57
Tints of Cream Can #EECA57
RGB
CMYK
RGB Variations
Color information
#EECA57 (or 0xEECA57) is known color: Cream Can. HEX triplet: EE, CA and 57. RGB value is (238,202,87). Sum of RGB (Red+Green+Blue) = 238+202+87=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA57 is #1135A8. Grayscale: #C8C8C8. Windows color (decimal): -1127849 or 5753582. OLE color: 5753582.
HSL color Cylindrical-coordinate representation of color #EECA57: hue angle of 45.7º 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 #EECA57 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 87 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.07 |
| HSL | 45.7º | 0.82% | 0.64% | - |
| HSV(B) | 45.7º | 0.63% | 0.93% | - |
| XYZ | 58.1 | 61.11 | 17.75 | - |
| YUV | 199.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 87 | 0 | 0.15 | 0.63 | 0.07 | 45.7 | 0.82 | 0.64 |
| Hex | EE | CA | 57 | 0 | F | 3F | 7 | 2E | 52 | 40 |
| Octal | 356 | 312 | 127 | 0 | 17 | 77 | 7 | 56 | 122 | 100 |
| Binary | 11101110 | 11001010 | 1010111 | 0 | 1111 | 111111 | 111 | 101110 | 1010010 | 1000000 |
Color Harmonies of #EECA57
Complementary color
Monochromatic Colors of #EECA57
Black with #EECA57
Text Example
Text Example
White with #EECA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA57; }
p { color: rgb(238,202,87); }
H1.HeaderClassName
{
color: #EECA57;
}
.AnyTagClassName
{
color: #EECA57;
}
</style>
background-color css
<style>
a { background-color: #EECA57; }
a { background-color: rgb(238,202,87); }
div.DivClassName
{
background-color: #EECA57;
}
.BgClassName
{
background-color: #EECA57;
}
</style>
border-color css
<style>
span { border-color: #EECA57; }
span { border-color: rgb(238,202,87); }
td.TdClassName
{
border-color: #EECA57;
}
.TagClassName
{
border-color: #EECA57;
}
</style>