Shades of Honeysuckle #EDF75C
Tints of Honeysuckle #EDF75C
RGB
CMYK
RGB Variations
Color information
#EDF75C (or 0xEDF75C) is known color: Honeysuckle. HEX triplet: ED, F7 and 5C. RGB value is (237,247,92). Sum of RGB (Red+Green+Blue) = 237+247+92=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 92 (36.33% from 255 or 15.97% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF75C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF75C is #1208A3. Grayscale: #E2E2E2. Windows color (decimal): -1181860 or 6092781. OLE color: 6092781.
HSL color Cylindrical-coordinate representation of color #EDF75C: hue angle of 63.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDF75C is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 92 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.03 |
| HSL | 63.87º | 0.91% | 0.66% | - |
| HSV(B) | 63.87º | 0.63% | 0.97% | - |
| XYZ | 70.12 | 85.3 | 22.89 | - |
| YUV | 226.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 92 | 0.04 | 0 | 0.63 | 0.03 | 63.87 | 0.91 | 0.66 |
| Hex | ED | F7 | 5C | 4 | 0 | 3F | 3 | 40 | 5B | 42 |
| Octal | 355 | 367 | 134 | 4 | 0 | 77 | 3 | 100 | 133 | 102 |
| Binary | 11101101 | 11110111 | 1011100 | 100 | 0 | 111111 | 11 | 1000000 | 1011011 | 1000010 |
Color Harmonies of #EDF75C
Complementary color
Monochromatic Colors of #EDF75C
Black with #EDF75C
Text Example
Text Example
White with #EDF75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF75C; }
p { color: rgb(237,247,92); }
H1.HeaderClassName
{
color: #EDF75C;
}
.AnyTagClassName
{
color: #EDF75C;
}
</style>
background-color css
<style>
a { background-color: #EDF75C; }
a { background-color: rgb(237,247,92); }
div.DivClassName
{
background-color: #EDF75C;
}
.BgClassName
{
background-color: #EDF75C;
}
</style>
border-color css
<style>
span { border-color: #EDF75C; }
span { border-color: rgb(237,247,92); }
td.TdClassName
{
border-color: #EDF75C;
}
.TagClassName
{
border-color: #EDF75C;
}
</style>