Shades of Cream Can #EABF46
Tints of Cream Can #EABF46
RGB
CMYK
RGB Variations
Color information
#EABF46 (or 0xEABF46) is known color: Cream Can. HEX triplet: EA, BF and 46. RGB value is (234,191,70). Sum of RGB (Red+Green+Blue) = 234+191+70=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF46 is #1540B9. Grayscale: #BEBEBE. Windows color (decimal): -1392826 or 4636650. OLE color: 4636650.
HSL color Cylindrical-coordinate representation of color #EABF46: hue angle of 44.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EABF46 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 70 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.08 |
| HSL | 44.27º | 0.8% | 0.6% | - |
| HSV(B) | 44.27º | 0.7% | 0.92% | - |
| XYZ | 53.67 | 55.2 | 13.62 | - |
| YUV | 190.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 70 | 0 | 0.18 | 0.70 | 0.08 | 44.27 | 0.8 | 0.6 |
| Hex | EA | BF | 46 | 0 | 12 | 46 | 8 | 2C | 50 | 3C |
| Octal | 352 | 277 | 106 | 0 | 22 | 106 | 10 | 54 | 120 | 74 |
| Binary | 11101010 | 10111111 | 1000110 | 0 | 10010 | 1000110 | 1000 | 101100 | 1010000 | 111100 |
Color Harmonies of #EABF46
Complementary color
Monochromatic Colors of #EABF46
Black with #EABF46
Text Example
Text Example
White with #EABF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF46; }
p { color: rgb(234,191,70); }
H1.HeaderClassName
{
color: #EABF46;
}
.AnyTagClassName
{
color: #EABF46;
}
</style>
background-color css
<style>
a { background-color: #EABF46; }
a { background-color: rgb(234,191,70); }
div.DivClassName
{
background-color: #EABF46;
}
.BgClassName
{
background-color: #EABF46;
}
</style>
border-color css
<style>
span { border-color: #EABF46; }
span { border-color: rgb(234,191,70); }
td.TdClassName
{
border-color: #EABF46;
}
.TagClassName
{
border-color: #EABF46;
}
</style>