Shades of Cream Can #EABF42
Tints of Cream Can #EABF42
RGB
CMYK
RGB Variations
Color information
#EABF42 (or 0xEABF42) is known color: Cream Can. HEX triplet: EA, BF and 42. RGB value is (234,191,66). Sum of RGB (Red+Green+Blue) = 234+191+66=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF42 is #1540BD. Grayscale: #BEBEBE. Windows color (decimal): -1392830 or 4374506. OLE color: 4374506.
HSL color Cylindrical-coordinate representation of color #EABF42: hue angle of 44.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EABF42 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 66 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.08 |
| HSL | 44.64º | 0.8% | 0.59% | - |
| HSV(B) | 44.64º | 0.72% | 0.92% | - |
| XYZ | 53.55 | 55.15 | 12.98 | - |
| YUV | 189.61 | 58.25 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 66 | 0 | 0.18 | 0.72 | 0.08 | 44.64 | 0.8 | 0.59 |
| Hex | EA | BF | 42 | 0 | 12 | 48 | 8 | 2D | 50 | 3B |
| Octal | 352 | 277 | 102 | 0 | 22 | 110 | 10 | 55 | 120 | 73 |
| Binary | 11101010 | 10111111 | 1000010 | 0 | 10010 | 1001000 | 1000 | 101101 | 1010000 | 111011 |
Color Harmonies of #EABF42
Complementary color
Monochromatic Colors of #EABF42
Black with #EABF42
Text Example
Text Example
White with #EABF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF42; }
p { color: rgb(234,191,66); }
H1.HeaderClassName
{
color: #EABF42;
}
.AnyTagClassName
{
color: #EABF42;
}
</style>
background-color css
<style>
a { background-color: #EABF42; }
a { background-color: rgb(234,191,66); }
div.DivClassName
{
background-color: #EABF42;
}
.BgClassName
{
background-color: #EABF42;
}
</style>
border-color css
<style>
span { border-color: #EABF42; }
span { border-color: rgb(234,191,66); }
td.TdClassName
{
border-color: #EABF42;
}
.TagClassName
{
border-color: #EABF42;
}
</style>