Shades of Honeysuckle #EAF85A
Tints of Honeysuckle #EAF85A
RGB
CMYK
RGB Variations
Color information
#EAF85A (or 0xEAF85A) is known color: Honeysuckle. HEX triplet: EA, F8 and 5A. RGB value is (234,248,90). Sum of RGB (Red+Green+Blue) = 234+248+90=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 90 (35.55% from 255 or 15.73% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF85A is #1507A5. Grayscale: #E2E2E2. Windows color (decimal): -1378214 or 5961962. OLE color: 5961962.
HSL color Cylindrical-coordinate representation of color #EAF85A: hue angle of 65.32º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAF85A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 90 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.03 |
| HSL | 65.32º | 0.92% | 0.66% | - |
| HSV(B) | 65.32º | 0.64% | 0.97% | - |
| XYZ | 69.34 | 85.37 | 22.5 | - |
| YUV | 225.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 90 | 0.06 | 0 | 0.64 | 0.03 | 65.32 | 0.92 | 0.66 |
| Hex | EA | F8 | 5A | 6 | 0 | 40 | 3 | 41 | 5C | 42 |
| Octal | 352 | 370 | 132 | 6 | 0 | 100 | 3 | 101 | 134 | 102 |
| Binary | 11101010 | 11111000 | 1011010 | 110 | 0 | 1000000 | 11 | 1000001 | 1011100 | 1000010 |
Color Harmonies of #EAF85A
Complementary color
Monochromatic Colors of #EAF85A
Black with #EAF85A
Text Example
Text Example
White with #EAF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF85A; }
p { color: rgb(234,248,90); }
H1.HeaderClassName
{
color: #EAF85A;
}
.AnyTagClassName
{
color: #EAF85A;
}
</style>
background-color css
<style>
a { background-color: #EAF85A; }
a { background-color: rgb(234,248,90); }
div.DivClassName
{
background-color: #EAF85A;
}
.BgClassName
{
background-color: #EAF85A;
}
</style>
border-color css
<style>
span { border-color: #EAF85A; }
span { border-color: rgb(234,248,90); }
td.TdClassName
{
border-color: #EAF85A;
}
.TagClassName
{
border-color: #EAF85A;
}
</style>