Shades of Honeysuckle #EDF65B
Tints of Honeysuckle #EDF65B
RGB
CMYK
RGB Variations
Color information
#EDF65B (or 0xEDF65B) is known color: Honeysuckle. HEX triplet: ED, F6 and 5B. RGB value is (237,246,91). Sum of RGB (Red+Green+Blue) = 237+246+91=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 91 (35.94% from 255 or 15.85% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF65B is #1209A4. Grayscale: #E2E2E2. Windows color (decimal): -1182117 or 6026989. OLE color: 6026989.
HSL color Cylindrical-coordinate representation of color #EDF65B: hue angle of 63.48º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDF65B is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 91 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.04 |
| HSL | 63.48º | 0.9% | 0.66% | - |
| HSV(B) | 63.48º | 0.63% | 0.96% | - |
| XYZ | 69.77 | 84.67 | 22.56 | - |
| YUV | 225.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 91 | 0.04 | 0 | 0.63 | 0.04 | 63.48 | 0.9 | 0.66 |
| Hex | ED | F6 | 5B | 4 | 0 | 3F | 4 | 3F | 5A | 42 |
| Octal | 355 | 366 | 133 | 4 | 0 | 77 | 4 | 77 | 132 | 102 |
| Binary | 11101101 | 11110110 | 1011011 | 100 | 0 | 111111 | 100 | 111111 | 1011010 | 1000010 |
Color Harmonies of #EDF65B
Complementary color
Monochromatic Colors of #EDF65B
Black with #EDF65B
Text Example
Text Example
White with #EDF65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF65B; }
p { color: rgb(237,246,91); }
H1.HeaderClassName
{
color: #EDF65B;
}
.AnyTagClassName
{
color: #EDF65B;
}
</style>
background-color css
<style>
a { background-color: #EDF65B; }
a { background-color: rgb(237,246,91); }
div.DivClassName
{
background-color: #EDF65B;
}
.BgClassName
{
background-color: #EDF65B;
}
</style>
border-color css
<style>
span { border-color: #EDF65B; }
span { border-color: rgb(237,246,91); }
td.TdClassName
{
border-color: #EDF65B;
}
.TagClassName
{
border-color: #EDF65B;
}
</style>