Shades of Honeysuckle #EDF567
Tints of Honeysuckle #EDF567
RGB
CMYK
RGB Variations
Color information
#EDF567 (or 0xEDF567) is known color: Honeysuckle. HEX triplet: ED, F5 and 67. RGB value is (237,245,103). Sum of RGB (Red+Green+Blue) = 237+245+103=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 103 (40.62% from 255 or 17.61% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF567 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF567 is #120A98. Grayscale: #E2E2E2. Windows color (decimal): -1182361 or 6813165. OLE color: 6813165.
HSL color Cylindrical-coordinate representation of color #EDF567: hue angle of 63.38º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDF567 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 103 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.04 |
| HSL | 63.38º | 0.88% | 0.68% | - |
| HSV(B) | 63.38º | 0.58% | 0.96% | - |
| XYZ | 70.03 | 84.29 | 25.41 | - |
| YUV | 226.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 103 | 0.03 | 0 | 0.58 | 0.04 | 63.38 | 0.88 | 0.68 |
| Hex | ED | F5 | 67 | 3 | 0 | 3A | 4 | 3F | 58 | 44 |
| Octal | 355 | 365 | 147 | 3 | 0 | 72 | 4 | 77 | 130 | 104 |
| Binary | 11101101 | 11110101 | 1100111 | 11 | 0 | 111010 | 100 | 111111 | 1011000 | 1000100 |
Color Harmonies of #EDF567
Complementary color
Monochromatic Colors of #EDF567
Black with #EDF567
Text Example
Text Example
White with #EDF567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF567; }
p { color: rgb(237,245,103); }
H1.HeaderClassName
{
color: #EDF567;
}
.AnyTagClassName
{
color: #EDF567;
}
</style>
background-color css
<style>
a { background-color: #EDF567; }
a { background-color: rgb(237,245,103); }
div.DivClassName
{
background-color: #EDF567;
}
.BgClassName
{
background-color: #EDF567;
}
</style>
border-color css
<style>
span { border-color: #EDF567; }
span { border-color: rgb(237,245,103); }
td.TdClassName
{
border-color: #EDF567;
}
.TagClassName
{
border-color: #EDF567;
}
</style>