Shades of Cream Can #EABB44
Tints of Cream Can #EABB44
RGB
CMYK
RGB Variations
Color information
#EABB44 (or 0xEABB44) is known color: Cream Can. HEX triplet: EA, BB and 44. RGB value is (234,187,68). Sum of RGB (Red+Green+Blue) = 234+187+68=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB44 is #1544BB. Grayscale: #BCBCBC. Windows color (decimal): -1393852 or 4504554. OLE color: 4504554.
HSL color Cylindrical-coordinate representation of color #EABB44: hue angle of 43.01º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EABB44 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 68 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.08 |
| HSL | 43.01º | 0.8% | 0.59% | - |
| HSV(B) | 43.01º | 0.71% | 0.92% | - |
| XYZ | 52.75 | 53.45 | 13.01 | - |
| YUV | 187.49 | 60.57 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 68 | 0 | 0.20 | 0.71 | 0.08 | 43.01 | 0.8 | 0.59 |
| Hex | EA | BB | 44 | 0 | 14 | 47 | 8 | 2B | 50 | 3B |
| Octal | 352 | 273 | 104 | 0 | 24 | 107 | 10 | 53 | 120 | 73 |
| Binary | 11101010 | 10111011 | 1000100 | 0 | 10100 | 1000111 | 1000 | 101011 | 1010000 | 111011 |
Color Harmonies of #EABB44
Complementary color
Monochromatic Colors of #EABB44
Black with #EABB44
Text Example
Text Example
White with #EABB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB44; }
p { color: rgb(234,187,68); }
H1.HeaderClassName
{
color: #EABB44;
}
.AnyTagClassName
{
color: #EABB44;
}
</style>
background-color css
<style>
a { background-color: #EABB44; }
a { background-color: rgb(234,187,68); }
div.DivClassName
{
background-color: #EABB44;
}
.BgClassName
{
background-color: #EABB44;
}
</style>
border-color css
<style>
span { border-color: #EABB44; }
span { border-color: rgb(234,187,68); }
td.TdClassName
{
border-color: #EABB44;
}
.TagClassName
{
border-color: #EABB44;
}
</style>