Shades of Honeysuckle #EAF065
Tints of Honeysuckle #EAF065
RGB
CMYK
RGB Variations
Color information
#EAF065 (or 0xEAF065) is known color: Honeysuckle. HEX triplet: EA, F0 and 65. RGB value is (234,240,101). Sum of RGB (Red+Green+Blue) = 234+240+101=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 101 (39.84% from 255 or 17.57% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF065 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF065 is #150F9A. Grayscale: #DEDEDE. Windows color (decimal): -1380251 or 6680810. OLE color: 6680810.
HSL color Cylindrical-coordinate representation of color #EAF065: hue angle of 62.59º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAF065 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 101 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.06 |
| HSL | 62.59º | 0.82% | 0.67% | - |
| HSV(B) | 62.59º | 0.58% | 0.94% | - |
| XYZ | 67.44 | 80.75 | 24.34 | - |
| YUV | 222.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 101 | 0.02 | 0 | 0.58 | 0.06 | 62.59 | 0.82 | 0.67 |
| Hex | EA | F0 | 65 | 2 | 0 | 3A | 6 | 3F | 52 | 43 |
| Octal | 352 | 360 | 145 | 2 | 0 | 72 | 6 | 77 | 122 | 103 |
| Binary | 11101010 | 11110000 | 1100101 | 10 | 0 | 111010 | 110 | 111111 | 1010010 | 1000011 |
Color Harmonies of #EAF065
Complementary color
Monochromatic Colors of #EAF065
Black with #EAF065
Text Example
Text Example
White with #EAF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF065; }
p { color: rgb(234,240,101); }
H1.HeaderClassName
{
color: #EAF065;
}
.AnyTagClassName
{
color: #EAF065;
}
</style>
background-color css
<style>
a { background-color: #EAF065; }
a { background-color: rgb(234,240,101); }
div.DivClassName
{
background-color: #EAF065;
}
.BgClassName
{
background-color: #EAF065;
}
</style>
border-color css
<style>
span { border-color: #EAF065; }
span { border-color: rgb(234,240,101); }
td.TdClassName
{
border-color: #EAF065;
}
.TagClassName
{
border-color: #EAF065;
}
</style>