Shades of Cream Can #EABF44
Tints of Cream Can #EABF44
RGB
CMYK
RGB Variations
Color information
#EABF44 (or 0xEABF44) is known color: Cream Can. HEX triplet: EA, BF and 44. RGB value is (234,191,68). Sum of RGB (Red+Green+Blue) = 234+191+68=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF44 is #1540BB. Grayscale: #BEBEBE. Windows color (decimal): -1392828 or 4505578. OLE color: 4505578.
HSL color Cylindrical-coordinate representation of color #EABF44: hue angle of 44.46º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EABF44 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 68 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.08 |
| HSL | 44.46º | 0.8% | 0.59% | - |
| HSV(B) | 44.46º | 0.71% | 0.92% | - |
| XYZ | 53.61 | 55.17 | 13.29 | - |
| YUV | 189.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 68 | 0 | 0.18 | 0.71 | 0.08 | 44.46 | 0.8 | 0.59 |
| Hex | EA | BF | 44 | 0 | 12 | 47 | 8 | 2C | 50 | 3B |
| Octal | 352 | 277 | 104 | 0 | 22 | 107 | 10 | 54 | 120 | 73 |
| Binary | 11101010 | 10111111 | 1000100 | 0 | 10010 | 1000111 | 1000 | 101100 | 1010000 | 111011 |
Color Harmonies of #EABF44
Complementary color
Monochromatic Colors of #EABF44
Black with #EABF44
Text Example
Text Example
White with #EABF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF44; }
p { color: rgb(234,191,68); }
H1.HeaderClassName
{
color: #EABF44;
}
.AnyTagClassName
{
color: #EABF44;
}
</style>
background-color css
<style>
a { background-color: #EABF44; }
a { background-color: rgb(234,191,68); }
div.DivClassName
{
background-color: #EABF44;
}
.BgClassName
{
background-color: #EABF44;
}
</style>
border-color css
<style>
span { border-color: #EABF44; }
span { border-color: rgb(234,191,68); }
td.TdClassName
{
border-color: #EABF44;
}
.TagClassName
{
border-color: #EABF44;
}
</style>