Shades of Honeysuckle #EDF169
Tints of Honeysuckle #EDF169
RGB
CMYK
RGB Variations
Color information
#EDF169 (or 0xEDF169) is known color: Honeysuckle. HEX triplet: ED, F1 and 69. RGB value is (237,241,105). Sum of RGB (Red+Green+Blue) = 237+241+105=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 105 (41.41% from 255 or 18.01% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF169 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF169 is #120E96. Grayscale: #E0E0E0. Windows color (decimal): -1183383 or 6943213. OLE color: 6943213.
HSL color Cylindrical-coordinate representation of color #EDF169: hue angle of 61.76º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDF169 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 105 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.05 |
| HSL | 61.76º | 0.83% | 0.68% | - |
| HSV(B) | 61.76º | 0.56% | 0.95% | - |
| XYZ | 68.93 | 81.94 | 25.55 | - |
| YUV | 224.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 105 | 0.02 | 0 | 0.56 | 0.05 | 61.76 | 0.83 | 0.68 |
| Hex | ED | F1 | 69 | 2 | 0 | 38 | 5 | 3E | 53 | 44 |
| Octal | 355 | 361 | 151 | 2 | 0 | 70 | 5 | 76 | 123 | 104 |
| Binary | 11101101 | 11110001 | 1101001 | 10 | 0 | 111000 | 101 | 111110 | 1010011 | 1000100 |
Color Harmonies of #EDF169
Complementary color
Monochromatic Colors of #EDF169
Black with #EDF169
Text Example
Text Example
White with #EDF169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF169; }
p { color: rgb(237,241,105); }
H1.HeaderClassName
{
color: #EDF169;
}
.AnyTagClassName
{
color: #EDF169;
}
</style>
background-color css
<style>
a { background-color: #EDF169; }
a { background-color: rgb(237,241,105); }
div.DivClassName
{
background-color: #EDF169;
}
.BgClassName
{
background-color: #EDF169;
}
</style>
border-color css
<style>
span { border-color: #EDF169; }
span { border-color: rgb(237,241,105); }
td.TdClassName
{
border-color: #EDF169;
}
.TagClassName
{
border-color: #EDF169;
}
</style>