Shades of Honeysuckle #EAE75E
Tints of Honeysuckle #EAE75E
RGB
CMYK
RGB Variations
Color information
#EAE75E (or 0xEAE75E) is known color: Honeysuckle. HEX triplet: EA, E7 and 5E. RGB value is (234,231,94). Sum of RGB (Red+Green+Blue) = 234+231+94=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE75E is #1518A1. Grayscale: #D8D8D8. Windows color (decimal): -1382562 or 6219754. OLE color: 6219754.
HSL color Cylindrical-coordinate representation of color #EAE75E: hue angle of 58.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAE75E is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 94 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.08 |
| HSL | 58.71º | 0.77% | 0.64% | - |
| HSV(B) | 58.71º | 0.6% | 0.92% | - |
| XYZ | 64.53 | 75.45 | 21.75 | - |
| YUV | 216.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 94 | 0 | 0.01 | 0.60 | 0.08 | 58.71 | 0.77 | 0.64 |
| Hex | EA | E7 | 5E | 0 | 1 | 3C | 8 | 3B | 4D | 40 |
| Octal | 352 | 347 | 136 | 0 | 1 | 74 | 10 | 73 | 115 | 100 |
| Binary | 11101010 | 11100111 | 1011110 | 0 | 1 | 111100 | 1000 | 111011 | 1001101 | 1000000 |
Color Harmonies of #EAE75E
Complementary color
Monochromatic Colors of #EAE75E
Black with #EAE75E
Text Example
Text Example
White with #EAE75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE75E; }
p { color: rgb(234,231,94); }
H1.HeaderClassName
{
color: #EAE75E;
}
.AnyTagClassName
{
color: #EAE75E;
}
</style>
background-color css
<style>
a { background-color: #EAE75E; }
a { background-color: rgb(234,231,94); }
div.DivClassName
{
background-color: #EAE75E;
}
.BgClassName
{
background-color: #EAE75E;
}
</style>
border-color css
<style>
span { border-color: #EAE75E; }
span { border-color: rgb(234,231,94); }
td.TdClassName
{
border-color: #EAE75E;
}
.TagClassName
{
border-color: #EAE75E;
}
</style>