Shades of Honeysuckle #EDF063
Tints of Honeysuckle #EDF063
RGB
CMYK
RGB Variations
Color information
#EDF063 (or 0xEDF063) is known color: Honeysuckle. HEX triplet: ED, F0 and 63. RGB value is (237,240,99). Sum of RGB (Red+Green+Blue) = 237+240+99=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 99 (39.06% from 255 or 17.19% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF063 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF063 is #120F9C. Grayscale: #DFDFDF. Windows color (decimal): -1183645 or 6549741. OLE color: 6549741.
HSL color Cylindrical-coordinate representation of color #EDF063: hue angle of 61.28º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF063 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 99 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.06 |
| HSL | 61.28º | 0.82% | 0.66% | - |
| HSV(B) | 61.28º | 0.59% | 0.94% | - |
| XYZ | 68.34 | 81.23 | 23.88 | - |
| YUV | 223.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 99 | 0.01 | 0 | 0.59 | 0.06 | 61.28 | 0.82 | 0.66 |
| Hex | ED | F0 | 63 | 1 | 0 | 3B | 6 | 3D | 52 | 42 |
| Octal | 355 | 360 | 143 | 1 | 0 | 73 | 6 | 75 | 122 | 102 |
| Binary | 11101101 | 11110000 | 1100011 | 1 | 0 | 111011 | 110 | 111101 | 1010010 | 1000010 |
Color Harmonies of #EDF063
Complementary color
Monochromatic Colors of #EDF063
Black with #EDF063
Text Example
Text Example
White with #EDF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF063; }
p { color: rgb(237,240,99); }
H1.HeaderClassName
{
color: #EDF063;
}
.AnyTagClassName
{
color: #EDF063;
}
</style>
background-color css
<style>
a { background-color: #EDF063; }
a { background-color: rgb(237,240,99); }
div.DivClassName
{
background-color: #EDF063;
}
.BgClassName
{
background-color: #EDF063;
}
</style>
border-color css
<style>
span { border-color: #EDF063; }
span { border-color: rgb(237,240,99); }
td.TdClassName
{
border-color: #EDF063;
}
.TagClassName
{
border-color: #EDF063;
}
</style>