Shades of Honeysuckle #EAF16A
Tints of Honeysuckle #EAF16A
RGB
CMYK
RGB Variations
Color information
#EAF16A (or 0xEAF16A) is known color: Honeysuckle. HEX triplet: EA, F1 and 6A. RGB value is (234,241,106). Sum of RGB (Red+Green+Blue) = 234+241+106=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 106 (41.80% from 255 or 18.24% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF16A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF16A is #150E95. Grayscale: #E0E0E0. Windows color (decimal): -1379990 or 7008746. OLE color: 7008746.
HSL color Cylindrical-coordinate representation of color #EAF16A: hue angle of 63.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAF16A is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 106 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.05 |
| HSL | 63.11º | 0.83% | 0.68% | - |
| HSV(B) | 63.11º | 0.56% | 0.95% | - |
| XYZ | 67.99 | 81.44 | 25.77 | - |
| YUV | 223.52 | 61.68 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 106 | 0.03 | 0 | 0.56 | 0.05 | 63.11 | 0.83 | 0.68 |
| Hex | EA | F1 | 6A | 3 | 0 | 38 | 5 | 3F | 53 | 44 |
| Octal | 352 | 361 | 152 | 3 | 0 | 70 | 5 | 77 | 123 | 104 |
| Binary | 11101010 | 11110001 | 1101010 | 11 | 0 | 111000 | 101 | 111111 | 1010011 | 1000100 |
Color Harmonies of #EAF16A
Complementary color
Monochromatic Colors of #EAF16A
Black with #EAF16A
Text Example
Text Example
White with #EAF16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF16A; }
p { color: rgb(234,241,106); }
H1.HeaderClassName
{
color: #EAF16A;
}
.AnyTagClassName
{
color: #EAF16A;
}
</style>
background-color css
<style>
a { background-color: #EAF16A; }
a { background-color: rgb(234,241,106); }
div.DivClassName
{
background-color: #EAF16A;
}
.BgClassName
{
background-color: #EAF16A;
}
</style>
border-color css
<style>
span { border-color: #EAF16A; }
span { border-color: rgb(234,241,106); }
td.TdClassName
{
border-color: #EAF16A;
}
.TagClassName
{
border-color: #EAF16A;
}
</style>