Shades of Honeysuckle #EDF95D
Tints of Honeysuckle #EDF95D
RGB
CMYK
RGB Variations
Color information
#EDF95D (or 0xEDF95D) is known color: Honeysuckle. HEX triplet: ED, F9 and 5D. RGB value is (237,249,93). Sum of RGB (Red+Green+Blue) = 237+249+93=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 93 (36.72% from 255 or 16.06% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF95D is #1206A2. Grayscale: #E4E4E4. Windows color (decimal): -1181347 or 6158829. OLE color: 6158829.
HSL color Cylindrical-coordinate representation of color #EDF95D: hue angle of 64.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDF95D is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 93 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.02 |
| HSL | 64.62º | 0.93% | 0.67% | - |
| HSV(B) | 64.62º | 0.63% | 0.98% | - |
| XYZ | 70.78 | 86.55 | 23.33 | - |
| YUV | 227.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 93 | 0.05 | 0 | 0.63 | 0.02 | 64.62 | 0.93 | 0.67 |
| Hex | ED | F9 | 5D | 5 | 0 | 3F | 2 | 41 | 5D | 43 |
| Octal | 355 | 371 | 135 | 5 | 0 | 77 | 2 | 101 | 135 | 103 |
| Binary | 11101101 | 11111001 | 1011101 | 101 | 0 | 111111 | 10 | 1000001 | 1011101 | 1000011 |
Color Harmonies of #EDF95D
Complementary color
Monochromatic Colors of #EDF95D
Black with #EDF95D
Text Example
Text Example
White with #EDF95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF95D; }
p { color: rgb(237,249,93); }
H1.HeaderClassName
{
color: #EDF95D;
}
.AnyTagClassName
{
color: #EDF95D;
}
</style>
background-color css
<style>
a { background-color: #EDF95D; }
a { background-color: rgb(237,249,93); }
div.DivClassName
{
background-color: #EDF95D;
}
.BgClassName
{
background-color: #EDF95D;
}
</style>
border-color css
<style>
span { border-color: #EDF95D; }
span { border-color: rgb(237,249,93); }
td.TdClassName
{
border-color: #EDF95D;
}
.TagClassName
{
border-color: #EDF95D;
}
</style>