Shades of Honeysuckle #EDF36C
Tints of Honeysuckle #EDF36C
RGB
CMYK
RGB Variations
Color information
#EDF36C (or 0xEDF36C) is known color: Honeysuckle. HEX triplet: ED, F3 and 6C. RGB value is (237,243,108). Sum of RGB (Red+Green+Blue) = 237+243+108=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 108 (42.58% from 255 or 18.37% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF36C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF36C is #120C93. Grayscale: #E2E2E2. Windows color (decimal): -1182868 or 7140333. OLE color: 7140333.
HSL color Cylindrical-coordinate representation of color #EDF36C: hue angle of 62.67º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDF36C is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 108 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.05 |
| HSL | 62.67º | 0.85% | 0.69% | - |
| HSV(B) | 62.67º | 0.56% | 0.95% | - |
| XYZ | 69.68 | 83.19 | 26.57 | - |
| YUV | 225.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 108 | 0.02 | 0 | 0.56 | 0.05 | 62.67 | 0.85 | 0.69 |
| Hex | ED | F3 | 6C | 2 | 0 | 38 | 5 | 3F | 55 | 45 |
| Octal | 355 | 363 | 154 | 2 | 0 | 70 | 5 | 77 | 125 | 105 |
| Binary | 11101101 | 11110011 | 1101100 | 10 | 0 | 111000 | 101 | 111111 | 1010101 | 1000101 |
Color Harmonies of #EDF36C
Complementary color
Monochromatic Colors of #EDF36C
Black with #EDF36C
Text Example
Text Example
White with #EDF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF36C; }
p { color: rgb(237,243,108); }
H1.HeaderClassName
{
color: #EDF36C;
}
.AnyTagClassName
{
color: #EDF36C;
}
</style>
background-color css
<style>
a { background-color: #EDF36C; }
a { background-color: rgb(237,243,108); }
div.DivClassName
{
background-color: #EDF36C;
}
.BgClassName
{
background-color: #EDF36C;
}
</style>
border-color css
<style>
span { border-color: #EDF36C; }
span { border-color: rgb(237,243,108); }
td.TdClassName
{
border-color: #EDF36C;
}
.TagClassName
{
border-color: #EDF36C;
}
</style>