Shades of Honeysuckle #EAF265
Tints of Honeysuckle #EAF265
RGB
CMYK
RGB Variations
Color information
#EAF265 (or 0xEAF265) is known color: Honeysuckle. HEX triplet: EA, F2 and 65. RGB value is (234,242,101). Sum of RGB (Red+Green+Blue) = 234+242+101=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF265 is #150D9A. Grayscale: #E0E0E0. Windows color (decimal): -1379739 or 6681322. OLE color: 6681322.
HSL color Cylindrical-coordinate representation of color #EAF265: hue angle of 63.4º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAF265 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 101 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.05 |
| HSL | 63.4º | 0.84% | 0.67% | - |
| HSV(B) | 63.4º | 0.58% | 0.95% | - |
| XYZ | 68.03 | 81.94 | 24.54 | - |
| YUV | 223.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 101 | 0.03 | 0 | 0.58 | 0.05 | 63.4 | 0.84 | 0.67 |
| Hex | EA | F2 | 65 | 3 | 0 | 3A | 5 | 3F | 54 | 43 |
| Octal | 352 | 362 | 145 | 3 | 0 | 72 | 5 | 77 | 124 | 103 |
| Binary | 11101010 | 11110010 | 1100101 | 11 | 0 | 111010 | 101 | 111111 | 1010100 | 1000011 |
Color Harmonies of #EAF265
Complementary color
Monochromatic Colors of #EAF265
Black with #EAF265
Text Example
Text Example
White with #EAF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF265; }
p { color: rgb(234,242,101); }
H1.HeaderClassName
{
color: #EAF265;
}
.AnyTagClassName
{
color: #EAF265;
}
</style>
background-color css
<style>
a { background-color: #EAF265; }
a { background-color: rgb(234,242,101); }
div.DivClassName
{
background-color: #EAF265;
}
.BgClassName
{
background-color: #EAF265;
}
</style>
border-color css
<style>
span { border-color: #EAF265; }
span { border-color: rgb(234,242,101); }
td.TdClassName
{
border-color: #EAF265;
}
.TagClassName
{
border-color: #EAF265;
}
</style>