Shades of Cream Can #EABD52
Tints of Cream Can #EABD52
RGB
CMYK
RGB Variations
Color information
#EABD52 (or 0xEABD52) is known color: Cream Can. HEX triplet: EA, BD and 52. RGB value is (234,189,82). Sum of RGB (Red+Green+Blue) = 234+189+82=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD52 is #1542AD. Grayscale: #BEBEBE. Windows color (decimal): -1393326 or 5422570. OLE color: 5422570.
HSL color Cylindrical-coordinate representation of color #EABD52: hue angle of 42.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EABD52 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 82 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.08 |
| HSL | 42.24º | 0.78% | 0.62% | - |
| HSV(B) | 42.24º | 0.65% | 0.92% | - |
| XYZ | 53.65 | 54.5 | 15.67 | - |
| YUV | 190.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 82 | 0 | 0.19 | 0.65 | 0.08 | 42.24 | 0.78 | 0.62 |
| Hex | EA | BD | 52 | 0 | 13 | 41 | 8 | 2A | 4E | 3E |
| Octal | 352 | 275 | 122 | 0 | 23 | 101 | 10 | 52 | 116 | 76 |
| Binary | 11101010 | 10111101 | 1010010 | 0 | 10011 | 1000001 | 1000 | 101010 | 1001110 | 111110 |
Color Harmonies of #EABD52
Complementary color
Monochromatic Colors of #EABD52
Black with #EABD52
Text Example
Text Example
White with #EABD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD52; }
p { color: rgb(234,189,82); }
H1.HeaderClassName
{
color: #EABD52;
}
.AnyTagClassName
{
color: #EABD52;
}
</style>
background-color css
<style>
a { background-color: #EABD52; }
a { background-color: rgb(234,189,82); }
div.DivClassName
{
background-color: #EABD52;
}
.BgClassName
{
background-color: #EABD52;
}
</style>
border-color css
<style>
span { border-color: #EABD52; }
span { border-color: rgb(234,189,82); }
td.TdClassName
{
border-color: #EABD52;
}
.TagClassName
{
border-color: #EABD52;
}
</style>