Shades of Honeysuckle #EDFB5C
Tints of Honeysuckle #EDFB5C
RGB
CMYK
RGB Variations
Color information
#EDFB5C (or 0xEDFB5C) is known color: Honeysuckle. HEX triplet: ED, FB and 5C. RGB value is (237,251,92). Sum of RGB (Red+Green+Blue) = 237+251+92=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 92 (36.33% from 255 or 15.86% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB5C is #1204A3. Grayscale: #E5E5E5. Windows color (decimal): -1180836 or 6093805. OLE color: 6093805.
HSL color Cylindrical-coordinate representation of color #EDFB5C: hue angle of 65.28º 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 #EDFB5C is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 92 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.02 |
| HSL | 65.28º | 0.95% | 0.67% | - |
| HSV(B) | 65.28º | 0.63% | 0.98% | - |
| XYZ | 71.35 | 87.77 | 23.31 | - |
| YUV | 228.69 | 50.86 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 92 | 0.06 | 0 | 0.63 | 0.02 | 65.28 | 0.95 | 0.67 |
| Hex | ED | FB | 5C | 6 | 0 | 3F | 2 | 41 | 5F | 43 |
| Octal | 355 | 373 | 134 | 6 | 0 | 77 | 2 | 101 | 137 | 103 |
| Binary | 11101101 | 11111011 | 1011100 | 110 | 0 | 111111 | 10 | 1000001 | 1011111 | 1000011 |
Color Harmonies of #EDFB5C
Complementary color
Monochromatic Colors of #EDFB5C
Black with #EDFB5C
Text Example
Text Example
White with #EDFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB5C; }
p { color: rgb(237,251,92); }
H1.HeaderClassName
{
color: #EDFB5C;
}
.AnyTagClassName
{
color: #EDFB5C;
}
</style>
background-color css
<style>
a { background-color: #EDFB5C; }
a { background-color: rgb(237,251,92); }
div.DivClassName
{
background-color: #EDFB5C;
}
.BgClassName
{
background-color: #EDFB5C;
}
</style>
border-color css
<style>
span { border-color: #EDFB5C; }
span { border-color: rgb(237,251,92); }
td.TdClassName
{
border-color: #EDFB5C;
}
.TagClassName
{
border-color: #EDFB5C;
}
</style>