Shades of Honeysuckle #EDF167
Tints of Honeysuckle #EDF167
RGB
CMYK
RGB Variations
Color information
#EDF167 (or 0xEDF167) is known color: Honeysuckle. HEX triplet: ED, F1 and 67. RGB value is (237,241,103). Sum of RGB (Red+Green+Blue) = 237+241+103=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 103 (40.62% from 255 or 17.73% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF167 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF167 is #120E98. Grayscale: #E0E0E0. Windows color (decimal): -1183385 or 6812141. OLE color: 6812141.
HSL color Cylindrical-coordinate representation of color #EDF167: hue angle of 61.74º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDF167 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 103 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.05 |
| HSL | 61.74º | 0.83% | 0.67% | - |
| HSV(B) | 61.74º | 0.57% | 0.95% | - |
| XYZ | 68.83 | 81.89 | 25.01 | - |
| YUV | 224.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 103 | 0.02 | 0 | 0.57 | 0.05 | 61.74 | 0.83 | 0.67 |
| Hex | ED | F1 | 67 | 2 | 0 | 39 | 5 | 3E | 53 | 43 |
| Octal | 355 | 361 | 147 | 2 | 0 | 71 | 5 | 76 | 123 | 103 |
| Binary | 11101101 | 11110001 | 1100111 | 10 | 0 | 111001 | 101 | 111110 | 1010011 | 1000011 |
Color Harmonies of #EDF167
Complementary color
Monochromatic Colors of #EDF167
Black with #EDF167
Text Example
Text Example
White with #EDF167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF167; }
p { color: rgb(237,241,103); }
H1.HeaderClassName
{
color: #EDF167;
}
.AnyTagClassName
{
color: #EDF167;
}
</style>
background-color css
<style>
a { background-color: #EDF167; }
a { background-color: rgb(237,241,103); }
div.DivClassName
{
background-color: #EDF167;
}
.BgClassName
{
background-color: #EDF167;
}
</style>
border-color css
<style>
span { border-color: #EDF167; }
span { border-color: rgb(237,241,103); }
td.TdClassName
{
border-color: #EDF167;
}
.TagClassName
{
border-color: #EDF167;
}
</style>