Shades of Cream Can #EABF58
Tints of Cream Can #EABF58
RGB
CMYK
RGB Variations
Color information
#EABF58 (or 0xEABF58) is known color: Cream Can. HEX triplet: EA, BF and 58. RGB value is (234,191,88). Sum of RGB (Red+Green+Blue) = 234+191+88=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF58 is #1540A7. Grayscale: #C0C0C0. Windows color (decimal): -1392808 or 5816298. OLE color: 5816298.
HSL color Cylindrical-coordinate representation of color #EABF58: hue angle of 42.33º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EABF58 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 88 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.08 |
| HSL | 42.33º | 0.78% | 0.63% | - |
| HSV(B) | 42.33º | 0.62% | 0.92% | - |
| XYZ | 54.32 | 55.46 | 17.07 | - |
| YUV | 192.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 88 | 0 | 0.18 | 0.62 | 0.08 | 42.33 | 0.78 | 0.63 |
| Hex | EA | BF | 58 | 0 | 12 | 3E | 8 | 2A | 4E | 3F |
| Octal | 352 | 277 | 130 | 0 | 22 | 76 | 10 | 52 | 116 | 77 |
| Binary | 11101010 | 10111111 | 1011000 | 0 | 10010 | 111110 | 1000 | 101010 | 1001110 | 111111 |
Color Harmonies of #EABF58
Complementary color
Monochromatic Colors of #EABF58
Black with #EABF58
Text Example
Text Example
White with #EABF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF58; }
p { color: rgb(234,191,88); }
H1.HeaderClassName
{
color: #EABF58;
}
.AnyTagClassName
{
color: #EABF58;
}
</style>
background-color css
<style>
a { background-color: #EABF58; }
a { background-color: rgb(234,191,88); }
div.DivClassName
{
background-color: #EABF58;
}
.BgClassName
{
background-color: #EABF58;
}
</style>
border-color css
<style>
span { border-color: #EABF58; }
span { border-color: rgb(234,191,88); }
td.TdClassName
{
border-color: #EABF58;
}
.TagClassName
{
border-color: #EABF58;
}
</style>