Shades of Honeysuckle #EDE369
Tints of Honeysuckle #EDE369
RGB
CMYK
RGB Variations
Color information
#EDE369 (or 0xEDE369) is known color: Honeysuckle. HEX triplet: ED, E3 and 69. RGB value is (237,227,105). Sum of RGB (Red+Green+Blue) = 237+227+105=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE369 is #121C96. Grayscale: #D8D8D8. Windows color (decimal): -1186967 or 6939629. OLE color: 6939629.
HSL color Cylindrical-coordinate representation of color #EDE369: hue angle of 55.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDE369 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 105 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.07 |
| HSL | 55.45º | 0.79% | 0.67% | - |
| HSV(B) | 55.45º | 0.56% | 0.93% | - |
| XYZ | 64.94 | 73.96 | 24.22 | - |
| YUV | 216.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 105 | 0 | 0.04 | 0.56 | 0.07 | 55.45 | 0.79 | 0.67 |
| Hex | ED | E3 | 69 | 0 | 4 | 38 | 7 | 37 | 4F | 43 |
| Octal | 355 | 343 | 151 | 0 | 4 | 70 | 7 | 67 | 117 | 103 |
| Binary | 11101101 | 11100011 | 1101001 | 0 | 100 | 111000 | 111 | 110111 | 1001111 | 1000011 |
Color Harmonies of #EDE369
Complementary color
Monochromatic Colors of #EDE369
Black with #EDE369
Text Example
Text Example
White with #EDE369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE369; }
p { color: rgb(237,227,105); }
H1.HeaderClassName
{
color: #EDE369;
}
.AnyTagClassName
{
color: #EDE369;
}
</style>
background-color css
<style>
a { background-color: #EDE369; }
a { background-color: rgb(237,227,105); }
div.DivClassName
{
background-color: #EDE369;
}
.BgClassName
{
background-color: #EDE369;
}
</style>
border-color css
<style>
span { border-color: #EDE369; }
span { border-color: rgb(237,227,105); }
td.TdClassName
{
border-color: #EDE369;
}
.TagClassName
{
border-color: #EDE369;
}
</style>