Shades of Honeysuckle #EAFE6A
Tints of Honeysuckle #EAFE6A
RGB
CMYK
RGB Variations
Color information
#EAFE6A (or 0xEAFE6A) is known color: Honeysuckle. HEX triplet: EA, FE and 6A. RGB value is (234,254,106). Sum of RGB (Red+Green+Blue) = 234+254+106=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFE6A is #150195. Grayscale: #E7E7E7. Windows color (decimal): -1376662 or 7012074. OLE color: 7012074.
HSL color Cylindrical-coordinate representation of color #EAFE6A: hue angle of 68.11º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAFE6A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 106 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.00 |
| HSL | 68.11º | 0.99% | 0.71% | - |
| HSV(B) | 68.11º | 0.58% | 1% | - |
| XYZ | 71.98 | 89.42 | 27.1 | - |
| YUV | 231.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 106 | 0.08 | 0 | 0.58 | 0.00 | 68.11 | 0.99 | 0.71 |
| Hex | EA | FE | 6A | 8 | 0 | 3A | 0 | 44 | 63 | 47 |
| Octal | 352 | 376 | 152 | 10 | 0 | 72 | 0 | 104 | 143 | 107 |
| Binary | 11101010 | 11111110 | 1101010 | 1000 | 0 | 111010 | 0 | 1000100 | 1100011 | 1000111 |
Color Harmonies of #EAFE6A
Complementary color
Monochromatic Colors of #EAFE6A
Black with #EAFE6A
Text Example
Text Example
White with #EAFE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE6A; }
p { color: rgb(234,254,106); }
H1.HeaderClassName
{
color: #EAFE6A;
}
.AnyTagClassName
{
color: #EAFE6A;
}
</style>
background-color css
<style>
a { background-color: #EAFE6A; }
a { background-color: rgb(234,254,106); }
div.DivClassName
{
background-color: #EAFE6A;
}
.BgClassName
{
background-color: #EAFE6A;
}
</style>
border-color css
<style>
span { border-color: #EAFE6A; }
span { border-color: rgb(234,254,106); }
td.TdClassName
{
border-color: #EAFE6A;
}
.TagClassName
{
border-color: #EAFE6A;
}
</style>