Shades of Honeysuckle #EDF35D
Tints of Honeysuckle #EDF35D
RGB
CMYK
RGB Variations
Color information
#EDF35D (or 0xEDF35D) is known color: Honeysuckle. HEX triplet: ED, F3 and 5D. RGB value is (237,243,93). Sum of RGB (Red+Green+Blue) = 237+243+93=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 93 (36.72% from 255 or 16.23% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF35D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF35D is #120CA2. Grayscale: #E0E0E0. Windows color (decimal): -1182883 or 6157293. OLE color: 6157293.
HSL color Cylindrical-coordinate representation of color #EDF35D: hue angle of 62.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDF35D is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 93 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.05 |
| HSL | 62.4º | 0.86% | 0.66% | - |
| HSV(B) | 62.4º | 0.62% | 0.95% | - |
| XYZ | 68.95 | 82.9 | 22.72 | - |
| YUV | 224.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 93 | 0.02 | 0 | 0.62 | 0.05 | 62.4 | 0.86 | 0.66 |
| Hex | ED | F3 | 5D | 2 | 0 | 3E | 5 | 3E | 56 | 42 |
| Octal | 355 | 363 | 135 | 2 | 0 | 76 | 5 | 76 | 126 | 102 |
| Binary | 11101101 | 11110011 | 1011101 | 10 | 0 | 111110 | 101 | 111110 | 1010110 | 1000010 |
Color Harmonies of #EDF35D
Complementary color
Monochromatic Colors of #EDF35D
Black with #EDF35D
Text Example
Text Example
White with #EDF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF35D; }
p { color: rgb(237,243,93); }
H1.HeaderClassName
{
color: #EDF35D;
}
.AnyTagClassName
{
color: #EDF35D;
}
</style>
background-color css
<style>
a { background-color: #EDF35D; }
a { background-color: rgb(237,243,93); }
div.DivClassName
{
background-color: #EDF35D;
}
.BgClassName
{
background-color: #EDF35D;
}
</style>
border-color css
<style>
span { border-color: #EDF35D; }
span { border-color: rgb(237,243,93); }
td.TdClassName
{
border-color: #EDF35D;
}
.TagClassName
{
border-color: #EDF35D;
}
</style>