Shades of Cream Can #EABF51
Tints of Cream Can #EABF51
RGB
CMYK
RGB Variations
Color information
#EABF51 (or 0xEABF51) is known color: Cream Can. HEX triplet: EA, BF and 51. RGB value is (234,191,81). Sum of RGB (Red+Green+Blue) = 234+191+81=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF51 is #1540AE. Grayscale: #BFBFBF. Windows color (decimal): -1392815 or 5357546. OLE color: 5357546.
HSL color Cylindrical-coordinate representation of color #EABF51: hue angle of 43.14º 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 #EABF51 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 81 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.08 |
| HSL | 43.14º | 0.78% | 0.62% | - |
| HSV(B) | 43.14º | 0.65% | 0.92% | - |
| XYZ | 54.05 | 55.35 | 15.62 | - |
| YUV | 191.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 81 | 0 | 0.18 | 0.65 | 0.08 | 43.14 | 0.78 | 0.62 |
| Hex | EA | BF | 51 | 0 | 12 | 41 | 8 | 2B | 4E | 3E |
| Octal | 352 | 277 | 121 | 0 | 22 | 101 | 10 | 53 | 116 | 76 |
| Binary | 11101010 | 10111111 | 1010001 | 0 | 10010 | 1000001 | 1000 | 101011 | 1001110 | 111110 |
Color Harmonies of #EABF51
Complementary color
Monochromatic Colors of #EABF51
Black with #EABF51
Text Example
Text Example
White with #EABF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF51; }
p { color: rgb(234,191,81); }
H1.HeaderClassName
{
color: #EABF51;
}
.AnyTagClassName
{
color: #EABF51;
}
</style>
background-color css
<style>
a { background-color: #EABF51; }
a { background-color: rgb(234,191,81); }
div.DivClassName
{
background-color: #EABF51;
}
.BgClassName
{
background-color: #EABF51;
}
</style>
border-color css
<style>
span { border-color: #EABF51; }
span { border-color: rgb(234,191,81); }
td.TdClassName
{
border-color: #EABF51;
}
.TagClassName
{
border-color: #EABF51;
}
</style>