Shades of Cream Can #EEBD4A
Tints of Cream Can #EEBD4A
RGB
CMYK
RGB Variations
Color information
#EEBD4A (or 0xEEBD4A) is known color: Cream Can. HEX triplet: EE, BD and 4A. RGB value is (238,189,74). Sum of RGB (Red+Green+Blue) = 238+189+74=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBD4A is #1142B5. Grayscale: #BFBFBF. Windows color (decimal): -1131190 or 4898286. OLE color: 4898286.
HSL color Cylindrical-coordinate representation of color #EEBD4A: hue angle of 42.07º 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 #EEBD4A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 74 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.07 |
| HSL | 42.07º | 0.83% | 0.61% | - |
| HSV(B) | 42.07º | 0.69% | 0.93% | - |
| XYZ | 54.69 | 55.07 | 14.22 | - |
| YUV | 190.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 74 | 0 | 0.21 | 0.69 | 0.07 | 42.07 | 0.83 | 0.61 |
| Hex | EE | BD | 4A | 0 | 15 | 45 | 7 | 2A | 53 | 3D |
| Octal | 356 | 275 | 112 | 0 | 25 | 105 | 7 | 52 | 123 | 75 |
| Binary | 11101110 | 10111101 | 1001010 | 0 | 10101 | 1000101 | 111 | 101010 | 1010011 | 111101 |
Color Harmonies of #EEBD4A
Complementary color
Monochromatic Colors of #EEBD4A
Black with #EEBD4A
Text Example
Text Example
White with #EEBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD4A; }
p { color: rgb(238,189,74); }
H1.HeaderClassName
{
color: #EEBD4A;
}
.AnyTagClassName
{
color: #EEBD4A;
}
</style>
background-color css
<style>
a { background-color: #EEBD4A; }
a { background-color: rgb(238,189,74); }
div.DivClassName
{
background-color: #EEBD4A;
}
.BgClassName
{
background-color: #EEBD4A;
}
</style>
border-color css
<style>
span { border-color: #EEBD4A; }
span { border-color: rgb(238,189,74); }
td.TdClassName
{
border-color: #EEBD4A;
}
.TagClassName
{
border-color: #EEBD4A;
}
</style>