Shades of Honeysuckle #EDF967
Tints of Honeysuckle #EDF967
RGB
CMYK
RGB Variations
Color information
#EDF967 (or 0xEDF967) is known color: Honeysuckle. HEX triplet: ED, F9 and 67. RGB value is (237,249,103). Sum of RGB (Red+Green+Blue) = 237+249+103=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 103 (40.62% from 255 or 17.49% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF967 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF967 is #120698. Grayscale: #E5E5E5. Windows color (decimal): -1181337 or 6814189. OLE color: 6814189.
HSL color Cylindrical-coordinate representation of color #EDF967: hue angle of 64.93º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF967 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 103 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.02 |
| HSL | 64.93º | 0.92% | 0.69% | - |
| HSV(B) | 64.93º | 0.59% | 0.98% | - |
| XYZ | 71.25 | 86.74 | 25.82 | - |
| YUV | 228.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 103 | 0.05 | 0 | 0.59 | 0.02 | 64.93 | 0.92 | 0.69 |
| Hex | ED | F9 | 67 | 5 | 0 | 3B | 2 | 41 | 5C | 45 |
| Octal | 355 | 371 | 147 | 5 | 0 | 73 | 2 | 101 | 134 | 105 |
| Binary | 11101101 | 11111001 | 1100111 | 101 | 0 | 111011 | 10 | 1000001 | 1011100 | 1000101 |
Color Harmonies of #EDF967
Complementary color
Monochromatic Colors of #EDF967
Black with #EDF967
Text Example
Text Example
White with #EDF967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF967; }
p { color: rgb(237,249,103); }
H1.HeaderClassName
{
color: #EDF967;
}
.AnyTagClassName
{
color: #EDF967;
}
</style>
background-color css
<style>
a { background-color: #EDF967; }
a { background-color: rgb(237,249,103); }
div.DivClassName
{
background-color: #EDF967;
}
.BgClassName
{
background-color: #EDF967;
}
</style>
border-color css
<style>
span { border-color: #EDF967; }
span { border-color: rgb(237,249,103); }
td.TdClassName
{
border-color: #EDF967;
}
.TagClassName
{
border-color: #EDF967;
}
</style>