Shades of Cream Can #EABE5A
Tints of Cream Can #EABE5A
RGB
CMYK
RGB Variations
Color information
#EABE5A (or 0xEABE5A) is known color: Cream Can. HEX triplet: EA, BE and 5A. RGB value is (234,190,90). Sum of RGB (Red+Green+Blue) = 234+190+90=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE5A is #1541A5. Grayscale: #C0C0C0. Windows color (decimal): -1393062 or 5947114. OLE color: 5947114.
HSL color Cylindrical-coordinate representation of color #EABE5A: hue angle of 41.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EABE5A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 90 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.08 |
| HSL | 41.67º | 0.77% | 0.64% | - |
| HSV(B) | 41.67º | 0.62% | 0.92% | - |
| XYZ | 54.19 | 55.06 | 17.44 | - |
| YUV | 191.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 90 | 0 | 0.19 | 0.62 | 0.08 | 41.67 | 0.77 | 0.64 |
| Hex | EA | BE | 5A | 0 | 13 | 3E | 8 | 2A | 4D | 40 |
| Octal | 352 | 276 | 132 | 0 | 23 | 76 | 10 | 52 | 115 | 100 |
| Binary | 11101010 | 10111110 | 1011010 | 0 | 10011 | 111110 | 1000 | 101010 | 1001101 | 1000000 |
Color Harmonies of #EABE5A
Complementary color
Monochromatic Colors of #EABE5A
Black with #EABE5A
Text Example
Text Example
White with #EABE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE5A; }
p { color: rgb(234,190,90); }
H1.HeaderClassName
{
color: #EABE5A;
}
.AnyTagClassName
{
color: #EABE5A;
}
</style>
background-color css
<style>
a { background-color: #EABE5A; }
a { background-color: rgb(234,190,90); }
div.DivClassName
{
background-color: #EABE5A;
}
.BgClassName
{
background-color: #EABE5A;
}
</style>
border-color css
<style>
span { border-color: #EABE5A; }
span { border-color: rgb(234,190,90); }
td.TdClassName
{
border-color: #EABE5A;
}
.TagClassName
{
border-color: #EABE5A;
}
</style>