Shades of Honeysuckle #EDEF70
Tints of Honeysuckle #EDEF70
RGB
CMYK
RGB Variations
Color information
#EDEF70 (or 0xEDEF70) is known color: Honeysuckle. HEX triplet: ED, EF and 70. RGB value is (237,239,112). Sum of RGB (Red+Green+Blue) = 237+239+112=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF70 is #12108F. Grayscale: #E0E0E0. Windows color (decimal): -1183888 or 7401453. OLE color: 7401453.
HSL color Cylindrical-coordinate representation of color #EDEF70: hue angle of 60.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDEF70 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 112 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.06 |
| HSL | 60.94º | 0.8% | 0.69% | - |
| HSV(B) | 60.94º | 0.53% | 0.94% | - |
| XYZ | 68.72 | 80.91 | 27.32 | - |
| YUV | 223.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 112 | 0.01 | 0 | 0.53 | 0.06 | 60.94 | 0.8 | 0.69 |
| Hex | ED | EF | 70 | 1 | 0 | 35 | 6 | 3D | 50 | 45 |
| Octal | 355 | 357 | 160 | 1 | 0 | 65 | 6 | 75 | 120 | 105 |
| Binary | 11101101 | 11101111 | 1110000 | 1 | 0 | 110101 | 110 | 111101 | 1010000 | 1000101 |
Color Harmonies of #EDEF70
Complementary color
Monochromatic Colors of #EDEF70
Black with #EDEF70
Text Example
Text Example
White with #EDEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF70; }
p { color: rgb(237,239,112); }
H1.HeaderClassName
{
color: #EDEF70;
}
.AnyTagClassName
{
color: #EDEF70;
}
</style>
background-color css
<style>
a { background-color: #EDEF70; }
a { background-color: rgb(237,239,112); }
div.DivClassName
{
background-color: #EDEF70;
}
.BgClassName
{
background-color: #EDEF70;
}
</style>
border-color css
<style>
span { border-color: #EDEF70; }
span { border-color: rgb(237,239,112); }
td.TdClassName
{
border-color: #EDEF70;
}
.TagClassName
{
border-color: #EDEF70;
}
</style>