Shades of Cream Can #EABF52
Tints of Cream Can #EABF52
RGB
CMYK
RGB Variations
Color information
#EABF52 (or 0xEABF52) is known color: Cream Can. HEX triplet: EA, BF and 52. RGB value is (234,191,82). Sum of RGB (Red+Green+Blue) = 234+191+82=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF52 is #1540AD. Grayscale: #BFBFBF. Windows color (decimal): -1392814 or 5423082. OLE color: 5423082.
HSL color Cylindrical-coordinate representation of color #EABF52: hue angle of 43.03º 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 #EABF52 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 82 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.08 |
| HSL | 43.03º | 0.78% | 0.62% | - |
| HSV(B) | 43.03º | 0.65% | 0.92% | - |
| XYZ | 54.09 | 55.36 | 15.82 | - |
| YUV | 191.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 82 | 0 | 0.18 | 0.65 | 0.08 | 43.03 | 0.78 | 0.62 |
| Hex | EA | BF | 52 | 0 | 12 | 41 | 8 | 2B | 4E | 3E |
| Octal | 352 | 277 | 122 | 0 | 22 | 101 | 10 | 53 | 116 | 76 |
| Binary | 11101010 | 10111111 | 1010010 | 0 | 10010 | 1000001 | 1000 | 101011 | 1001110 | 111110 |
Color Harmonies of #EABF52
Complementary color
Monochromatic Colors of #EABF52
Black with #EABF52
Text Example
Text Example
White with #EABF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF52; }
p { color: rgb(234,191,82); }
H1.HeaderClassName
{
color: #EABF52;
}
.AnyTagClassName
{
color: #EABF52;
}
</style>
background-color css
<style>
a { background-color: #EABF52; }
a { background-color: rgb(234,191,82); }
div.DivClassName
{
background-color: #EABF52;
}
.BgClassName
{
background-color: #EABF52;
}
</style>
border-color css
<style>
span { border-color: #EABF52; }
span { border-color: rgb(234,191,82); }
td.TdClassName
{
border-color: #EABF52;
}
.TagClassName
{
border-color: #EABF52;
}
</style>