Shades of Honeysuckle #EDFB5D
Tints of Honeysuckle #EDFB5D
RGB
CMYK
RGB Variations
Color information
#EDFB5D (or 0xEDFB5D) is known color: Honeysuckle. HEX triplet: ED, FB and 5D. RGB value is (237,251,93). Sum of RGB (Red+Green+Blue) = 237+251+93=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 93 (36.72% from 255 or 16.01% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB5D is #1204A2. Grayscale: #E5E5E5. Windows color (decimal): -1180835 or 6159341. OLE color: 6159341.
HSL color Cylindrical-coordinate representation of color #EDFB5D: hue angle of 65.32º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDFB5D is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 93 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.02 |
| HSL | 65.32º | 0.95% | 0.67% | - |
| HSV(B) | 65.32º | 0.63% | 0.98% | - |
| XYZ | 71.4 | 87.79 | 23.54 | - |
| YUV | 228.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 93 | 0.06 | 0 | 0.63 | 0.02 | 65.32 | 0.95 | 0.67 |
| Hex | ED | FB | 5D | 6 | 0 | 3F | 2 | 41 | 5F | 43 |
| Octal | 355 | 373 | 135 | 6 | 0 | 77 | 2 | 101 | 137 | 103 |
| Binary | 11101101 | 11111011 | 1011101 | 110 | 0 | 111111 | 10 | 1000001 | 1011111 | 1000011 |
Color Harmonies of #EDFB5D
Complementary color
Monochromatic Colors of #EDFB5D
Black with #EDFB5D
Text Example
Text Example
White with #EDFB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB5D; }
p { color: rgb(237,251,93); }
H1.HeaderClassName
{
color: #EDFB5D;
}
.AnyTagClassName
{
color: #EDFB5D;
}
</style>
background-color css
<style>
a { background-color: #EDFB5D; }
a { background-color: rgb(237,251,93); }
div.DivClassName
{
background-color: #EDFB5D;
}
.BgClassName
{
background-color: #EDFB5D;
}
</style>
border-color css
<style>
span { border-color: #EDFB5D; }
span { border-color: rgb(237,251,93); }
td.TdClassName
{
border-color: #EDFB5D;
}
.TagClassName
{
border-color: #EDFB5D;
}
</style>