Shades of Honeysuckle #EDF264
Tints of Honeysuckle #EDF264
RGB
CMYK
RGB Variations
Color information
#EDF264 (or 0xEDF264) is known color: Honeysuckle. HEX triplet: ED, F2 and 64. RGB value is (237,242,100). Sum of RGB (Red+Green+Blue) = 237+242+100=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 100 (39.45% from 255 or 17.27% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF264 is #120D9B. Grayscale: #E0E0E0. Windows color (decimal): -1183132 or 6615789. OLE color: 6615789.
HSL color Cylindrical-coordinate representation of color #EDF264: hue angle of 62.11º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF264 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 100 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.05 |
| HSL | 62.11º | 0.85% | 0.67% | - |
| HSV(B) | 62.11º | 0.59% | 0.95% | - |
| XYZ | 68.98 | 82.43 | 24.33 | - |
| YUV | 224.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 100 | 0.02 | 0 | 0.59 | 0.05 | 62.11 | 0.85 | 0.67 |
| Hex | ED | F2 | 64 | 2 | 0 | 3B | 5 | 3E | 55 | 43 |
| Octal | 355 | 362 | 144 | 2 | 0 | 73 | 5 | 76 | 125 | 103 |
| Binary | 11101101 | 11110010 | 1100100 | 10 | 0 | 111011 | 101 | 111110 | 1010101 | 1000011 |
Color Harmonies of #EDF264
Complementary color
Monochromatic Colors of #EDF264
Black with #EDF264
Text Example
Text Example
White with #EDF264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF264; }
p { color: rgb(237,242,100); }
H1.HeaderClassName
{
color: #EDF264;
}
.AnyTagClassName
{
color: #EDF264;
}
</style>
background-color css
<style>
a { background-color: #EDF264; }
a { background-color: rgb(237,242,100); }
div.DivClassName
{
background-color: #EDF264;
}
.BgClassName
{
background-color: #EDF264;
}
</style>
border-color css
<style>
span { border-color: #EDF264; }
span { border-color: rgb(237,242,100); }
td.TdClassName
{
border-color: #EDF264;
}
.TagClassName
{
border-color: #EDF264;
}
</style>