Shades of Honeysuckle #EDF05A
Tints of Honeysuckle #EDF05A
RGB
CMYK
RGB Variations
Color information
#EDF05A (or 0xEDF05A) is known color: Honeysuckle. HEX triplet: ED, F0 and 5A. RGB value is (237,240,90). Sum of RGB (Red+Green+Blue) = 237+240+90=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 90 (35.55% from 255 or 15.87% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF05A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF05A is #120FA5. Grayscale: #DEDEDE. Windows color (decimal): -1183654 or 5959917. OLE color: 5959917.
HSL color Cylindrical-coordinate representation of color #EDF05A: hue angle of 61.2º 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 #EDF05A is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 90 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.06 |
| HSL | 61.2º | 0.83% | 0.65% | - |
| HSV(B) | 61.2º | 0.63% | 0.94% | - |
| XYZ | 67.93 | 81.06 | 21.74 | - |
| YUV | 222 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 90 | 0.01 | 0 | 0.62 | 0.06 | 61.2 | 0.83 | 0.65 |
| Hex | ED | F0 | 5A | 1 | 0 | 3E | 6 | 3D | 53 | 41 |
| Octal | 355 | 360 | 132 | 1 | 0 | 76 | 6 | 75 | 123 | 101 |
| Binary | 11101101 | 11110000 | 1011010 | 1 | 0 | 111110 | 110 | 111101 | 1010011 | 1000001 |
Color Harmonies of #EDF05A
Complementary color
Monochromatic Colors of #EDF05A
Black with #EDF05A
Text Example
Text Example
White with #EDF05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF05A; }
p { color: rgb(237,240,90); }
H1.HeaderClassName
{
color: #EDF05A;
}
.AnyTagClassName
{
color: #EDF05A;
}
</style>
background-color css
<style>
a { background-color: #EDF05A; }
a { background-color: rgb(237,240,90); }
div.DivClassName
{
background-color: #EDF05A;
}
.BgClassName
{
background-color: #EDF05A;
}
</style>
border-color css
<style>
span { border-color: #EDF05A; }
span { border-color: rgb(237,240,90); }
td.TdClassName
{
border-color: #EDF05A;
}
.TagClassName
{
border-color: #EDF05A;
}
</style>