Shades of Cream Can #EEBE4D
Tints of Cream Can #EEBE4D
RGB
CMYK
RGB Variations
Color information
#EEBE4D (or 0xEEBE4D) is known color: Cream Can. HEX triplet: EE, BE and 4D. RGB value is (238,190,77). Sum of RGB (Red+Green+Blue) = 238+190+77=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE4D is #1141B2. Grayscale: #BFBFBF. Windows color (decimal): -1130931 or 5095150. OLE color: 5095150.
HSL color Cylindrical-coordinate representation of color #EEBE4D: hue angle of 42.11º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEBE4D is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 77 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.07 |
| HSL | 42.11º | 0.83% | 0.62% | - |
| HSV(B) | 42.11º | 0.68% | 0.93% | - |
| XYZ | 55.01 | 55.54 | 14.84 | - |
| YUV | 191.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 77 | 0 | 0.20 | 0.68 | 0.07 | 42.11 | 0.83 | 0.62 |
| Hex | EE | BE | 4D | 0 | 14 | 44 | 7 | 2A | 53 | 3E |
| Octal | 356 | 276 | 115 | 0 | 24 | 104 | 7 | 52 | 123 | 76 |
| Binary | 11101110 | 10111110 | 1001101 | 0 | 10100 | 1000100 | 111 | 101010 | 1010011 | 111110 |
Color Harmonies of #EEBE4D
Complementary color
Monochromatic Colors of #EEBE4D
Black with #EEBE4D
Text Example
Text Example
White with #EEBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE4D; }
p { color: rgb(238,190,77); }
H1.HeaderClassName
{
color: #EEBE4D;
}
.AnyTagClassName
{
color: #EEBE4D;
}
</style>
background-color css
<style>
a { background-color: #EEBE4D; }
a { background-color: rgb(238,190,77); }
div.DivClassName
{
background-color: #EEBE4D;
}
.BgClassName
{
background-color: #EEBE4D;
}
</style>
border-color css
<style>
span { border-color: #EEBE4D; }
span { border-color: rgb(238,190,77); }
td.TdClassName
{
border-color: #EEBE4D;
}
.TagClassName
{
border-color: #EEBE4D;
}
</style>