Shades of Honeysuckle #EDF263
Tints of Honeysuckle #EDF263
RGB
CMYK
RGB Variations
Color information
#EDF263 (or 0xEDF263) is known color: Honeysuckle. HEX triplet: ED, F2 and 63. RGB value is (237,242,99). Sum of RGB (Red+Green+Blue) = 237+242+99=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 99 (39.06% from 255 or 17.13% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF263 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF263 is #120D9C. Grayscale: #E0E0E0. Windows color (decimal): -1183133 or 6550253. OLE color: 6550253.
HSL color Cylindrical-coordinate representation of color #EDF263: hue angle of 62.1º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF263 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 99 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.05 |
| HSL | 62.1º | 0.85% | 0.67% | - |
| HSV(B) | 62.1º | 0.59% | 0.95% | - |
| XYZ | 68.93 | 82.41 | 24.08 | - |
| YUV | 224.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 99 | 0.02 | 0 | 0.59 | 0.05 | 62.1 | 0.85 | 0.67 |
| Hex | ED | F2 | 63 | 2 | 0 | 3B | 5 | 3E | 55 | 43 |
| Octal | 355 | 362 | 143 | 2 | 0 | 73 | 5 | 76 | 125 | 103 |
| Binary | 11101101 | 11110010 | 1100011 | 10 | 0 | 111011 | 101 | 111110 | 1010101 | 1000011 |
Color Harmonies of #EDF263
Complementary color
Monochromatic Colors of #EDF263
Black with #EDF263
Text Example
Text Example
White with #EDF263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF263; }
p { color: rgb(237,242,99); }
H1.HeaderClassName
{
color: #EDF263;
}
.AnyTagClassName
{
color: #EDF263;
}
</style>
background-color css
<style>
a { background-color: #EDF263; }
a { background-color: rgb(237,242,99); }
div.DivClassName
{
background-color: #EDF263;
}
.BgClassName
{
background-color: #EDF263;
}
</style>
border-color css
<style>
span { border-color: #EDF263; }
span { border-color: rgb(237,242,99); }
td.TdClassName
{
border-color: #EDF263;
}
.TagClassName
{
border-color: #EDF263;
}
</style>