Shades of Honeysuckle #EDF85A
Tints of Honeysuckle #EDF85A
RGB
CMYK
RGB Variations
Color information
#EDF85A (or 0xEDF85A) is known color: Honeysuckle. HEX triplet: ED, F8 and 5A. RGB value is (237,248,90). Sum of RGB (Red+Green+Blue) = 237+248+90=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 90 (35.55% from 255 or 15.65% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF85A is #1207A5. Grayscale: #E3E3E3. Windows color (decimal): -1181606 or 5961965. OLE color: 5961965.
HSL color Cylindrical-coordinate representation of color #EDF85A: hue angle of 64.18º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDF85A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 90 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.03 |
| HSL | 64.18º | 0.92% | 0.66% | - |
| HSV(B) | 64.18º | 0.64% | 0.97% | - |
| XYZ | 70.34 | 85.88 | 22.54 | - |
| YUV | 226.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 90 | 0.04 | 0 | 0.64 | 0.03 | 64.18 | 0.92 | 0.66 |
| Hex | ED | F8 | 5A | 4 | 0 | 40 | 3 | 40 | 5C | 42 |
| Octal | 355 | 370 | 132 | 4 | 0 | 100 | 3 | 100 | 134 | 102 |
| Binary | 11101101 | 11111000 | 1011010 | 100 | 0 | 1000000 | 11 | 1000000 | 1011100 | 1000010 |
Color Harmonies of #EDF85A
Complementary color
Monochromatic Colors of #EDF85A
Black with #EDF85A
Text Example
Text Example
White with #EDF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF85A; }
p { color: rgb(237,248,90); }
H1.HeaderClassName
{
color: #EDF85A;
}
.AnyTagClassName
{
color: #EDF85A;
}
</style>
background-color css
<style>
a { background-color: #EDF85A; }
a { background-color: rgb(237,248,90); }
div.DivClassName
{
background-color: #EDF85A;
}
.BgClassName
{
background-color: #EDF85A;
}
</style>
border-color css
<style>
span { border-color: #EDF85A; }
span { border-color: rgb(237,248,90); }
td.TdClassName
{
border-color: #EDF85A;
}
.TagClassName
{
border-color: #EDF85A;
}
</style>