Shades of Honeysuckle #EAF074
Tints of Honeysuckle #EAF074
RGB
CMYK
RGB Variations
Color information
#EAF074 (or 0xEAF074) is known color: Honeysuckle. HEX triplet: EA, F0 and 74. RGB value is (234,240,116). Sum of RGB (Red+Green+Blue) = 234+240+116=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF074 is #150F8B. Grayscale: #E0E0E0. Windows color (decimal): -1380236 or 7663850. OLE color: 7663850.
HSL color Cylindrical-coordinate representation of color #EAF074: hue angle of 62.9º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAF074 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 116 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.06 |
| HSL | 62.9º | 0.81% | 0.7% | - |
| HSV(B) | 62.9º | 0.52% | 0.94% | - |
| XYZ | 68.24 | 81.07 | 28.57 | - |
| YUV | 224.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 116 | 0.02 | 0 | 0.52 | 0.06 | 62.9 | 0.81 | 0.7 |
| Hex | EA | F0 | 74 | 2 | 0 | 34 | 6 | 3F | 51 | 46 |
| Octal | 352 | 360 | 164 | 2 | 0 | 64 | 6 | 77 | 121 | 106 |
| Binary | 11101010 | 11110000 | 1110100 | 10 | 0 | 110100 | 110 | 111111 | 1010001 | 1000110 |
Color Harmonies of #EAF074
Complementary color
Monochromatic Colors of #EAF074
Black with #EAF074
Text Example
Text Example
White with #EAF074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF074; }
p { color: rgb(234,240,116); }
H1.HeaderClassName
{
color: #EAF074;
}
.AnyTagClassName
{
color: #EAF074;
}
</style>
background-color css
<style>
a { background-color: #EAF074; }
a { background-color: rgb(234,240,116); }
div.DivClassName
{
background-color: #EAF074;
}
.BgClassName
{
background-color: #EAF074;
}
</style>
border-color css
<style>
span { border-color: #EAF074; }
span { border-color: rgb(234,240,116); }
td.TdClassName
{
border-color: #EAF074;
}
.TagClassName
{
border-color: #EAF074;
}
</style>