Shades of Honeysuckle #EAF25D
Tints of Honeysuckle #EAF25D
RGB
CMYK
RGB Variations
Color information
#EAF25D (or 0xEAF25D) is known color: Honeysuckle. HEX triplet: EA, F2 and 5D. RGB value is (234,242,93). Sum of RGB (Red+Green+Blue) = 234+242+93=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF25D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF25D is #150DA2. Grayscale: #DFDFDF. Windows color (decimal): -1379747 or 6157034. OLE color: 6157034.
HSL color Cylindrical-coordinate representation of color #EAF25D: hue angle of 63.22º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAF25D is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 93 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.05 |
| HSL | 63.22º | 0.85% | 0.66% | - |
| HSV(B) | 63.22º | 0.62% | 0.95% | - |
| XYZ | 67.66 | 81.79 | 22.58 | - |
| YUV | 222.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 93 | 0.03 | 0 | 0.62 | 0.05 | 63.22 | 0.85 | 0.66 |
| Hex | EA | F2 | 5D | 3 | 0 | 3E | 5 | 3F | 55 | 42 |
| Octal | 352 | 362 | 135 | 3 | 0 | 76 | 5 | 77 | 125 | 102 |
| Binary | 11101010 | 11110010 | 1011101 | 11 | 0 | 111110 | 101 | 111111 | 1010101 | 1000010 |
Color Harmonies of #EAF25D
Complementary color
Monochromatic Colors of #EAF25D
Black with #EAF25D
Text Example
Text Example
White with #EAF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF25D; }
p { color: rgb(234,242,93); }
H1.HeaderClassName
{
color: #EAF25D;
}
.AnyTagClassName
{
color: #EAF25D;
}
</style>
background-color css
<style>
a { background-color: #EAF25D; }
a { background-color: rgb(234,242,93); }
div.DivClassName
{
background-color: #EAF25D;
}
.BgClassName
{
background-color: #EAF25D;
}
</style>
border-color css
<style>
span { border-color: #EAF25D; }
span { border-color: rgb(234,242,93); }
td.TdClassName
{
border-color: #EAF25D;
}
.TagClassName
{
border-color: #EAF25D;
}
</style>