Shades of Honeysuckle #EDF362
Tints of Honeysuckle #EDF362
RGB
CMYK
RGB Variations
Color information
#EDF362 (or 0xEDF362) is known color: Honeysuckle. HEX triplet: ED, F3 and 62. RGB value is (237,243,98). Sum of RGB (Red+Green+Blue) = 237+243+98=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 98 (38.67% from 255 or 16.96% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF362 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF362 is #120C9D. Grayscale: #E1E1E1. Windows color (decimal): -1182878 or 6484973. OLE color: 6484973.
HSL color Cylindrical-coordinate representation of color #EDF362: hue angle of 62.48º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF362 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 98 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.05 |
| HSL | 62.48º | 0.86% | 0.67% | - |
| HSV(B) | 62.48º | 0.6% | 0.95% | - |
| XYZ | 69.18 | 82.99 | 23.93 | - |
| YUV | 224.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 98 | 0.02 | 0 | 0.60 | 0.05 | 62.48 | 0.86 | 0.67 |
| Hex | ED | F3 | 62 | 2 | 0 | 3C | 5 | 3E | 56 | 43 |
| Octal | 355 | 363 | 142 | 2 | 0 | 74 | 5 | 76 | 126 | 103 |
| Binary | 11101101 | 11110011 | 1100010 | 10 | 0 | 111100 | 101 | 111110 | 1010110 | 1000011 |
Color Harmonies of #EDF362
Complementary color
Monochromatic Colors of #EDF362
Black with #EDF362
Text Example
Text Example
White with #EDF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF362; }
p { color: rgb(237,243,98); }
H1.HeaderClassName
{
color: #EDF362;
}
.AnyTagClassName
{
color: #EDF362;
}
</style>
background-color css
<style>
a { background-color: #EDF362; }
a { background-color: rgb(237,243,98); }
div.DivClassName
{
background-color: #EDF362;
}
.BgClassName
{
background-color: #EDF362;
}
</style>
border-color css
<style>
span { border-color: #EDF362; }
span { border-color: rgb(237,243,98); }
td.TdClassName
{
border-color: #EDF362;
}
.TagClassName
{
border-color: #EDF362;
}
</style>