Shades of Honeysuckle #EAF262
Tints of Honeysuckle #EAF262
RGB
CMYK
RGB Variations
Color information
#EAF262 (or 0xEAF262) is known color: Honeysuckle. HEX triplet: EA, F2 and 62. RGB value is (234,242,98). Sum of RGB (Red+Green+Blue) = 234+242+98=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 98 (38.67% from 255 or 17.07% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF262 is #150D9D. Grayscale: #DFDFDF. Windows color (decimal): -1379742 or 6484714. OLE color: 6484714.
HSL color Cylindrical-coordinate representation of color #EAF262: hue angle of 63.33º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAF262 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 98 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.05 |
| HSL | 63.33º | 0.85% | 0.67% | - |
| HSV(B) | 63.33º | 0.6% | 0.95% | - |
| XYZ | 67.89 | 81.88 | 23.78 | - |
| YUV | 223.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 98 | 0.03 | 0 | 0.60 | 0.05 | 63.33 | 0.85 | 0.67 |
| Hex | EA | F2 | 62 | 3 | 0 | 3C | 5 | 3F | 55 | 43 |
| Octal | 352 | 362 | 142 | 3 | 0 | 74 | 5 | 77 | 125 | 103 |
| Binary | 11101010 | 11110010 | 1100010 | 11 | 0 | 111100 | 101 | 111111 | 1010101 | 1000011 |
Color Harmonies of #EAF262
Complementary color
Monochromatic Colors of #EAF262
Black with #EAF262
Text Example
Text Example
White with #EAF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF262; }
p { color: rgb(234,242,98); }
H1.HeaderClassName
{
color: #EAF262;
}
.AnyTagClassName
{
color: #EAF262;
}
</style>
background-color css
<style>
a { background-color: #EAF262; }
a { background-color: rgb(234,242,98); }
div.DivClassName
{
background-color: #EAF262;
}
.BgClassName
{
background-color: #EAF262;
}
</style>
border-color css
<style>
span { border-color: #EAF262; }
span { border-color: rgb(234,242,98); }
td.TdClassName
{
border-color: #EAF262;
}
.TagClassName
{
border-color: #EAF262;
}
</style>