Shades of Cream Can #EEC24B
Tints of Cream Can #EEC24B
RGB
CMYK
RGB Variations
Color information
#EEC24B (or 0xEEC24B) is known color: Cream Can. HEX triplet: EE, C2 and 4B. RGB value is (238,194,75). Sum of RGB (Red+Green+Blue) = 238+194+75=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC24B is #113DB4. Grayscale: #C2C2C2. Windows color (decimal): -1129909 or 4965102. OLE color: 4965102.
HSL color Cylindrical-coordinate representation of color #EEC24B: hue angle of 43.8º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEC24B is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 75 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.07 |
| HSL | 43.8º | 0.83% | 0.61% | - |
| HSV(B) | 43.8º | 0.68% | 0.93% | - |
| XYZ | 55.82 | 57.27 | 14.77 | - |
| YUV | 193.59 | 61.08 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 75 | 0 | 0.18 | 0.68 | 0.07 | 43.8 | 0.83 | 0.61 |
| Hex | EE | C2 | 4B | 0 | 12 | 44 | 7 | 2C | 53 | 3D |
| Octal | 356 | 302 | 113 | 0 | 22 | 104 | 7 | 54 | 123 | 75 |
| Binary | 11101110 | 11000010 | 1001011 | 0 | 10010 | 1000100 | 111 | 101100 | 1010011 | 111101 |
Color Harmonies of #EEC24B
Complementary color
Monochromatic Colors of #EEC24B
Black with #EEC24B
Text Example
Text Example
White with #EEC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC24B; }
p { color: rgb(238,194,75); }
H1.HeaderClassName
{
color: #EEC24B;
}
.AnyTagClassName
{
color: #EEC24B;
}
</style>
background-color css
<style>
a { background-color: #EEC24B; }
a { background-color: rgb(238,194,75); }
div.DivClassName
{
background-color: #EEC24B;
}
.BgClassName
{
background-color: #EEC24B;
}
</style>
border-color css
<style>
span { border-color: #EEC24B; }
span { border-color: rgb(238,194,75); }
td.TdClassName
{
border-color: #EEC24B;
}
.TagClassName
{
border-color: #EEC24B;
}
</style>