Shades of Honeysuckle #EAF05A
Tints of Honeysuckle #EAF05A
RGB
CMYK
RGB Variations
Color information
#EAF05A (or 0xEAF05A) is known color: Honeysuckle. HEX triplet: EA, F0 and 5A. RGB value is (234,240,90). Sum of RGB (Red+Green+Blue) = 234+240+90=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 90 (35.55% from 255 or 15.96% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF05A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF05A is #150FA5. Grayscale: #DDDDDD. Windows color (decimal): -1380262 or 5959914. OLE color: 5959914.
HSL color Cylindrical-coordinate representation of color #EAF05A: hue angle of 62.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAF05A is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 90 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.06 |
| HSL | 62.4º | 0.83% | 0.65% | - |
| HSV(B) | 62.4º | 0.63% | 0.94% | - |
| XYZ | 66.94 | 80.55 | 21.69 | - |
| YUV | 221.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 90 | 0.02 | 0 | 0.62 | 0.06 | 62.4 | 0.83 | 0.65 |
| Hex | EA | F0 | 5A | 2 | 0 | 3E | 6 | 3E | 53 | 41 |
| Octal | 352 | 360 | 132 | 2 | 0 | 76 | 6 | 76 | 123 | 101 |
| Binary | 11101010 | 11110000 | 1011010 | 10 | 0 | 111110 | 110 | 111110 | 1010011 | 1000001 |
Color Harmonies of #EAF05A
Complementary color
Monochromatic Colors of #EAF05A
Black with #EAF05A
Text Example
Text Example
White with #EAF05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF05A; }
p { color: rgb(234,240,90); }
H1.HeaderClassName
{
color: #EAF05A;
}
.AnyTagClassName
{
color: #EAF05A;
}
</style>
background-color css
<style>
a { background-color: #EAF05A; }
a { background-color: rgb(234,240,90); }
div.DivClassName
{
background-color: #EAF05A;
}
.BgClassName
{
background-color: #EAF05A;
}
</style>
border-color css
<style>
span { border-color: #EAF05A; }
span { border-color: rgb(234,240,90); }
td.TdClassName
{
border-color: #EAF05A;
}
.TagClassName
{
border-color: #EAF05A;
}
</style>