Shades of Honeysuckle #EAE470
Tints of Honeysuckle #EAE470
RGB
CMYK
RGB Variations
Color information
#EAE470 (or 0xEAE470) is known color: Honeysuckle. HEX triplet: EA, E4 and 70. RGB value is (234,228,112). Sum of RGB (Red+Green+Blue) = 234+228+112=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE470 is #151B8F. Grayscale: #D9D9D9. Windows color (decimal): -1383312 or 7398634. OLE color: 7398634.
HSL color Cylindrical-coordinate representation of color #EAE470: hue angle of 57.05º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAE470 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 112 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.08 |
| HSL | 57.05º | 0.74% | 0.68% | - |
| HSV(B) | 57.05º | 0.52% | 0.92% | - |
| XYZ | 64.6 | 74.15 | 26.24 | - |
| YUV | 216.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 112 | 0 | 0.03 | 0.52 | 0.08 | 57.05 | 0.74 | 0.68 |
| Hex | EA | E4 | 70 | 0 | 3 | 34 | 8 | 39 | 4A | 44 |
| Octal | 352 | 344 | 160 | 0 | 3 | 64 | 10 | 71 | 112 | 104 |
| Binary | 11101010 | 11100100 | 1110000 | 0 | 11 | 110100 | 1000 | 111001 | 1001010 | 1000100 |
Color Harmonies of #EAE470
Complementary color
Monochromatic Colors of #EAE470
Black with #EAE470
Text Example
Text Example
White with #EAE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE470; }
p { color: rgb(234,228,112); }
H1.HeaderClassName
{
color: #EAE470;
}
.AnyTagClassName
{
color: #EAE470;
}
</style>
background-color css
<style>
a { background-color: #EAE470; }
a { background-color: rgb(234,228,112); }
div.DivClassName
{
background-color: #EAE470;
}
.BgClassName
{
background-color: #EAE470;
}
</style>
border-color css
<style>
span { border-color: #EAE470; }
span { border-color: rgb(234,228,112); }
td.TdClassName
{
border-color: #EAE470;
}
.TagClassName
{
border-color: #EAE470;
}
</style>