Shades of Cream Can #EEBD4D
Tints of Cream Can #EEBD4D
RGB
CMYK
RGB Variations
Color information
#EEBD4D (or 0xEEBD4D) is known color: Cream Can. HEX triplet: EE, BD and 4D. RGB value is (238,189,77). Sum of RGB (Red+Green+Blue) = 238+189+77=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBD4D is #1142B2. Grayscale: #BFBFBF. Windows color (decimal): -1131187 or 5094894. OLE color: 5094894.
HSL color Cylindrical-coordinate representation of color #EEBD4D: hue angle of 41.74º 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 #EEBD4D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 77 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.07 |
| HSL | 41.74º | 0.83% | 0.62% | - |
| HSV(B) | 41.74º | 0.68% | 0.93% | - |
| XYZ | 54.8 | 55.11 | 14.77 | - |
| YUV | 190.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 77 | 0 | 0.21 | 0.68 | 0.07 | 41.74 | 0.83 | 0.62 |
| Hex | EE | BD | 4D | 0 | 15 | 44 | 7 | 2A | 53 | 3E |
| Octal | 356 | 275 | 115 | 0 | 25 | 104 | 7 | 52 | 123 | 76 |
| Binary | 11101110 | 10111101 | 1001101 | 0 | 10101 | 1000100 | 111 | 101010 | 1010011 | 111110 |
Color Harmonies of #EEBD4D
Complementary color
Monochromatic Colors of #EEBD4D
Black with #EEBD4D
Text Example
Text Example
White with #EEBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD4D; }
p { color: rgb(238,189,77); }
H1.HeaderClassName
{
color: #EEBD4D;
}
.AnyTagClassName
{
color: #EEBD4D;
}
</style>
background-color css
<style>
a { background-color: #EEBD4D; }
a { background-color: rgb(238,189,77); }
div.DivClassName
{
background-color: #EEBD4D;
}
.BgClassName
{
background-color: #EEBD4D;
}
</style>
border-color css
<style>
span { border-color: #EEBD4D; }
span { border-color: rgb(238,189,77); }
td.TdClassName
{
border-color: #EEBD4D;
}
.TagClassName
{
border-color: #EEBD4D;
}
</style>