Shades of Cream Can #EABF55
Tints of Cream Can #EABF55
RGB
CMYK
RGB Variations
Color information
#EABF55 (or 0xEABF55) is known color: Cream Can. HEX triplet: EA, BF and 55. RGB value is (234,191,85). Sum of RGB (Red+Green+Blue) = 234+191+85=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF55 is #1540AA. Grayscale: #C0C0C0. Windows color (decimal): -1392811 or 5619690. OLE color: 5619690.
HSL color Cylindrical-coordinate representation of color #EABF55: hue angle of 42.68º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EABF55 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 85 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.08 |
| HSL | 42.68º | 0.78% | 0.63% | - |
| HSV(B) | 42.68º | 0.64% | 0.92% | - |
| XYZ | 54.2 | 55.41 | 16.43 | - |
| YUV | 191.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 85 | 0 | 0.18 | 0.64 | 0.08 | 42.68 | 0.78 | 0.63 |
| Hex | EA | BF | 55 | 0 | 12 | 40 | 8 | 2B | 4E | 3F |
| Octal | 352 | 277 | 125 | 0 | 22 | 100 | 10 | 53 | 116 | 77 |
| Binary | 11101010 | 10111111 | 1010101 | 0 | 10010 | 1000000 | 1000 | 101011 | 1001110 | 111111 |
Color Harmonies of #EABF55
Complementary color
Monochromatic Colors of #EABF55
Black with #EABF55
Text Example
Text Example
White with #EABF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF55; }
p { color: rgb(234,191,85); }
H1.HeaderClassName
{
color: #EABF55;
}
.AnyTagClassName
{
color: #EABF55;
}
</style>
background-color css
<style>
a { background-color: #EABF55; }
a { background-color: rgb(234,191,85); }
div.DivClassName
{
background-color: #EABF55;
}
.BgClassName
{
background-color: #EABF55;
}
</style>
border-color css
<style>
span { border-color: #EABF55; }
span { border-color: rgb(234,191,85); }
td.TdClassName
{
border-color: #EABF55;
}
.TagClassName
{
border-color: #EABF55;
}
</style>