Shades of Honeysuckle #EAE464
Tints of Honeysuckle #EAE464
RGB
CMYK
RGB Variations
Color information
#EAE464 (or 0xEAE464) is known color: Honeysuckle. HEX triplet: EA, E4 and 64. RGB value is (234,228,100). Sum of RGB (Red+Green+Blue) = 234+228+100=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE464 is #151B9B. Grayscale: #D7D7D7. Windows color (decimal): -1383324 or 6612202. OLE color: 6612202.
HSL color Cylindrical-coordinate representation of color #EAE464: hue angle of 57.31º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAE464 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 100 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.08 |
| HSL | 57.31º | 0.76% | 0.65% | - |
| HSV(B) | 57.31º | 0.57% | 0.92% | - |
| XYZ | 63.98 | 73.9 | 22.95 | - |
| YUV | 215.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 100 | 0 | 0.03 | 0.57 | 0.08 | 57.31 | 0.76 | 0.65 |
| Hex | EA | E4 | 64 | 0 | 3 | 39 | 8 | 39 | 4C | 41 |
| Octal | 352 | 344 | 144 | 0 | 3 | 71 | 10 | 71 | 114 | 101 |
| Binary | 11101010 | 11100100 | 1100100 | 0 | 11 | 111001 | 1000 | 111001 | 1001100 | 1000001 |
Color Harmonies of #EAE464
Complementary color
Monochromatic Colors of #EAE464
Black with #EAE464
Text Example
Text Example
White with #EAE464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE464; }
p { color: rgb(234,228,100); }
H1.HeaderClassName
{
color: #EAE464;
}
.AnyTagClassName
{
color: #EAE464;
}
</style>
background-color css
<style>
a { background-color: #EAE464; }
a { background-color: rgb(234,228,100); }
div.DivClassName
{
background-color: #EAE464;
}
.BgClassName
{
background-color: #EAE464;
}
</style>
border-color css
<style>
span { border-color: #EAE464; }
span { border-color: rgb(234,228,100); }
td.TdClassName
{
border-color: #EAE464;
}
.TagClassName
{
border-color: #EAE464;
}
</style>