Shades of Cream Can #EABF49
Tints of Cream Can #EABF49
RGB
CMYK
RGB Variations
Color information
#EABF49 (or 0xEABF49) is known color: Cream Can. HEX triplet: EA, BF and 49. RGB value is (234,191,73). Sum of RGB (Red+Green+Blue) = 234+191+73=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF49 is #1540B6. Grayscale: #BEBEBE. Windows color (decimal): -1392823 or 4833258. OLE color: 4833258.
HSL color Cylindrical-coordinate representation of color #EABF49: hue angle of 43.98º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EABF49 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 73 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.08 |
| HSL | 43.98º | 0.79% | 0.6% | - |
| HSV(B) | 43.98º | 0.69% | 0.92% | - |
| XYZ | 53.77 | 55.24 | 14.13 | - |
| YUV | 190.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 73 | 0 | 0.18 | 0.69 | 0.08 | 43.98 | 0.79 | 0.6 |
| Hex | EA | BF | 49 | 0 | 12 | 45 | 8 | 2C | 4F | 3C |
| Octal | 352 | 277 | 111 | 0 | 22 | 105 | 10 | 54 | 117 | 74 |
| Binary | 11101010 | 10111111 | 1001001 | 0 | 10010 | 1000101 | 1000 | 101100 | 1001111 | 111100 |
Color Harmonies of #EABF49
Complementary color
Monochromatic Colors of #EABF49
Black with #EABF49
Text Example
Text Example
White with #EABF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF49; }
p { color: rgb(234,191,73); }
H1.HeaderClassName
{
color: #EABF49;
}
.AnyTagClassName
{
color: #EABF49;
}
</style>
background-color css
<style>
a { background-color: #EABF49; }
a { background-color: rgb(234,191,73); }
div.DivClassName
{
background-color: #EABF49;
}
.BgClassName
{
background-color: #EABF49;
}
</style>
border-color css
<style>
span { border-color: #EABF49; }
span { border-color: rgb(234,191,73); }
td.TdClassName
{
border-color: #EABF49;
}
.TagClassName
{
border-color: #EABF49;
}
</style>