Shades of Cream Can #EEBE4A
Tints of Cream Can #EEBE4A
RGB
CMYK
RGB Variations
Color information
#EEBE4A (or 0xEEBE4A) is known color: Cream Can. HEX triplet: EE, BE and 4A. RGB value is (238,190,74). Sum of RGB (Red+Green+Blue) = 238+190+74=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE4A is #1141B5. Grayscale: #BFBFBF. Windows color (decimal): -1130934 or 4898542. OLE color: 4898542.
HSL color Cylindrical-coordinate representation of color #EEBE4A: hue angle of 42.44º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEBE4A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 74 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.07 |
| HSL | 42.44º | 0.83% | 0.61% | - |
| HSV(B) | 42.44º | 0.69% | 0.93% | - |
| XYZ | 54.91 | 55.5 | 14.3 | - |
| YUV | 191.13 | 61.9 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 74 | 0 | 0.20 | 0.69 | 0.07 | 42.44 | 0.83 | 0.61 |
| Hex | EE | BE | 4A | 0 | 14 | 45 | 7 | 2A | 53 | 3D |
| Octal | 356 | 276 | 112 | 0 | 24 | 105 | 7 | 52 | 123 | 75 |
| Binary | 11101110 | 10111110 | 1001010 | 0 | 10100 | 1000101 | 111 | 101010 | 1010011 | 111101 |
Color Harmonies of #EEBE4A
Complementary color
Monochromatic Colors of #EEBE4A
Black with #EEBE4A
Text Example
Text Example
White with #EEBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE4A; }
p { color: rgb(238,190,74); }
H1.HeaderClassName
{
color: #EEBE4A;
}
.AnyTagClassName
{
color: #EEBE4A;
}
</style>
background-color css
<style>
a { background-color: #EEBE4A; }
a { background-color: rgb(238,190,74); }
div.DivClassName
{
background-color: #EEBE4A;
}
.BgClassName
{
background-color: #EEBE4A;
}
</style>
border-color css
<style>
span { border-color: #EEBE4A; }
span { border-color: rgb(238,190,74); }
td.TdClassName
{
border-color: #EEBE4A;
}
.TagClassName
{
border-color: #EEBE4A;
}
</style>