Shades of Cream Can #EABF5A
Tints of Cream Can #EABF5A
RGB
CMYK
RGB Variations
Color information
#EABF5A (or 0xEABF5A) is known color: Cream Can. HEX triplet: EA, BF and 5A. RGB value is (234,191,90). Sum of RGB (Red+Green+Blue) = 234+191+90=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF5A is #1540A5. Grayscale: #C0C0C0. Windows color (decimal): -1392806 or 5947370. OLE color: 5947370.
HSL color Cylindrical-coordinate representation of color #EABF5A: hue angle of 42.08º 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 #EABF5A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 90 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.08 |
| HSL | 42.08º | 0.77% | 0.64% | - |
| HSV(B) | 42.08º | 0.62% | 0.92% | - |
| XYZ | 54.41 | 55.49 | 17.52 | - |
| YUV | 192.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 90 | 0 | 0.18 | 0.62 | 0.08 | 42.08 | 0.77 | 0.64 |
| Hex | EA | BF | 5A | 0 | 12 | 3E | 8 | 2A | 4D | 40 |
| Octal | 352 | 277 | 132 | 0 | 22 | 76 | 10 | 52 | 115 | 100 |
| Binary | 11101010 | 10111111 | 1011010 | 0 | 10010 | 111110 | 1000 | 101010 | 1001101 | 1000000 |
Color Harmonies of #EABF5A
Complementary color
Monochromatic Colors of #EABF5A
Black with #EABF5A
Text Example
Text Example
White with #EABF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF5A; }
p { color: rgb(234,191,90); }
H1.HeaderClassName
{
color: #EABF5A;
}
.AnyTagClassName
{
color: #EABF5A;
}
</style>
background-color css
<style>
a { background-color: #EABF5A; }
a { background-color: rgb(234,191,90); }
div.DivClassName
{
background-color: #EABF5A;
}
.BgClassName
{
background-color: #EABF5A;
}
</style>
border-color css
<style>
span { border-color: #EABF5A; }
span { border-color: rgb(234,191,90); }
td.TdClassName
{
border-color: #EABF5A;
}
.TagClassName
{
border-color: #EABF5A;
}
</style>