Shades of Cream Can #EEBD40
Tints of Cream Can #EEBD40
RGB
CMYK
RGB Variations
Color information
#EEBD40 (or 0xEEBD40) is known color: Cream Can. HEX triplet: EE, BD and 40. RGB value is (238,189,64). Sum of RGB (Red+Green+Blue) = 238+189+64=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBD40 is #1142BF. Grayscale: #BDBDBD. Windows color (decimal): -1131200 or 4242926. OLE color: 4242926.
HSL color Cylindrical-coordinate representation of color #EEBD40: hue angle of 43.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEBD40 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 64 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.07 |
| HSL | 43.1º | 0.84% | 0.59% | - |
| HSV(B) | 43.1º | 0.73% | 0.93% | - |
| XYZ | 54.38 | 54.94 | 12.59 | - |
| YUV | 189.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 64 | 0 | 0.21 | 0.73 | 0.07 | 43.1 | 0.84 | 0.59 |
| Hex | EE | BD | 40 | 0 | 15 | 49 | 7 | 2B | 54 | 3B |
| Octal | 356 | 275 | 100 | 0 | 25 | 111 | 7 | 53 | 124 | 73 |
| Binary | 11101110 | 10111101 | 1000000 | 0 | 10101 | 1001001 | 111 | 101011 | 1010100 | 111011 |
Color Harmonies of #EEBD40
Complementary color
Monochromatic Colors of #EEBD40
Black with #EEBD40
Text Example
Text Example
White with #EEBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD40; }
p { color: rgb(238,189,64); }
H1.HeaderClassName
{
color: #EEBD40;
}
.AnyTagClassName
{
color: #EEBD40;
}
</style>
background-color css
<style>
a { background-color: #EEBD40; }
a { background-color: rgb(238,189,64); }
div.DivClassName
{
background-color: #EEBD40;
}
.BgClassName
{
background-color: #EEBD40;
}
</style>
border-color css
<style>
span { border-color: #EEBD40; }
span { border-color: rgb(238,189,64); }
td.TdClassName
{
border-color: #EEBD40;
}
.TagClassName
{
border-color: #EEBD40;
}
</style>