Shades of Honeysuckle #EDF370
Tints of Honeysuckle #EDF370
RGB
CMYK
RGB Variations
Color information
#EDF370 (or 0xEDF370) is known color: Honeysuckle. HEX triplet: ED, F3 and 70. RGB value is (237,243,112). Sum of RGB (Red+Green+Blue) = 237+243+112=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF370 is #120C8F. Grayscale: #E2E2E2. Windows color (decimal): -1182864 or 7402477. OLE color: 7402477.
HSL color Cylindrical-coordinate representation of color #EDF370: hue angle of 62.75º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF370 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 112 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.05 |
| HSL | 62.75º | 0.85% | 0.7% | - |
| HSV(B) | 62.75º | 0.54% | 0.95% | - |
| XYZ | 69.9 | 83.28 | 27.72 | - |
| YUV | 226.27 | 63.51 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 112 | 0.02 | 0 | 0.54 | 0.05 | 62.75 | 0.85 | 0.7 |
| Hex | ED | F3 | 70 | 2 | 0 | 36 | 5 | 3F | 55 | 46 |
| Octal | 355 | 363 | 160 | 2 | 0 | 66 | 5 | 77 | 125 | 106 |
| Binary | 11101101 | 11110011 | 1110000 | 10 | 0 | 110110 | 101 | 111111 | 1010101 | 1000110 |
Color Harmonies of #EDF370
Complementary color
Monochromatic Colors of #EDF370
Black with #EDF370
Text Example
Text Example
White with #EDF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF370; }
p { color: rgb(237,243,112); }
H1.HeaderClassName
{
color: #EDF370;
}
.AnyTagClassName
{
color: #EDF370;
}
</style>
background-color css
<style>
a { background-color: #EDF370; }
a { background-color: rgb(237,243,112); }
div.DivClassName
{
background-color: #EDF370;
}
.BgClassName
{
background-color: #EDF370;
}
</style>
border-color css
<style>
span { border-color: #EDF370; }
span { border-color: rgb(237,243,112); }
td.TdClassName
{
border-color: #EDF370;
}
.TagClassName
{
border-color: #EDF370;
}
</style>