Shades of Honeysuckle #EDF06A
Tints of Honeysuckle #EDF06A
RGB
CMYK
RGB Variations
Color information
#EDF06A (or 0xEDF06A) is known color: Honeysuckle. HEX triplet: ED, F0 and 6A. RGB value is (237,240,106). Sum of RGB (Red+Green+Blue) = 237+240+106=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 106 (41.80% from 255 or 18.18% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF06A is #120F95. Grayscale: #E0E0E0. Windows color (decimal): -1183638 or 7008493. OLE color: 7008493.
HSL color Cylindrical-coordinate representation of color #EDF06A: hue angle of 61.34º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDF06A is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 106 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.06 |
| HSL | 61.34º | 0.82% | 0.68% | - |
| HSV(B) | 61.34º | 0.56% | 0.94% | - |
| XYZ | 68.69 | 81.37 | 25.72 | - |
| YUV | 223.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 106 | 0.01 | 0 | 0.56 | 0.06 | 61.34 | 0.82 | 0.68 |
| Hex | ED | F0 | 6A | 1 | 0 | 38 | 6 | 3D | 52 | 44 |
| Octal | 355 | 360 | 152 | 1 | 0 | 70 | 6 | 75 | 122 | 104 |
| Binary | 11101101 | 11110000 | 1101010 | 1 | 0 | 111000 | 110 | 111101 | 1010010 | 1000100 |
Color Harmonies of #EDF06A
Complementary color
Monochromatic Colors of #EDF06A
Black with #EDF06A
Text Example
Text Example
White with #EDF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF06A; }
p { color: rgb(237,240,106); }
H1.HeaderClassName
{
color: #EDF06A;
}
.AnyTagClassName
{
color: #EDF06A;
}
</style>
background-color css
<style>
a { background-color: #EDF06A; }
a { background-color: rgb(237,240,106); }
div.DivClassName
{
background-color: #EDF06A;
}
.BgClassName
{
background-color: #EDF06A;
}
</style>
border-color css
<style>
span { border-color: #EDF06A; }
span { border-color: rgb(237,240,106); }
td.TdClassName
{
border-color: #EDF06A;
}
.TagClassName
{
border-color: #EDF06A;
}
</style>