Shades of Honeysuckle #EDE363
Tints of Honeysuckle #EDE363
RGB
CMYK
RGB Variations
Color information
#EDE363 (or 0xEDE363) is known color: Honeysuckle. HEX triplet: ED, E3 and 63. RGB value is (237,227,99). Sum of RGB (Red+Green+Blue) = 237+227+99=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 99 (39.06% from 255 or 17.58% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE363 is #121C9C. Grayscale: #D7D7D7. Windows color (decimal): -1186973 or 6546413. OLE color: 6546413.
HSL color Cylindrical-coordinate representation of color #EDE363: hue angle of 55.65º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDE363 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 99 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.07 |
| HSL | 55.65º | 0.79% | 0.66% | - |
| HSV(B) | 55.65º | 0.58% | 0.93% | - |
| XYZ | 64.65 | 73.84 | 22.65 | - |
| YUV | 215.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 99 | 0 | 0.04 | 0.58 | 0.07 | 55.65 | 0.79 | 0.66 |
| Hex | ED | E3 | 63 | 0 | 4 | 3A | 7 | 38 | 4F | 42 |
| Octal | 355 | 343 | 143 | 0 | 4 | 72 | 7 | 70 | 117 | 102 |
| Binary | 11101101 | 11100011 | 1100011 | 0 | 100 | 111010 | 111 | 111000 | 1001111 | 1000010 |
Color Harmonies of #EDE363
Complementary color
Monochromatic Colors of #EDE363
Black with #EDE363
Text Example
Text Example
White with #EDE363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE363; }
p { color: rgb(237,227,99); }
H1.HeaderClassName
{
color: #EDE363;
}
.AnyTagClassName
{
color: #EDE363;
}
</style>
background-color css
<style>
a { background-color: #EDE363; }
a { background-color: rgb(237,227,99); }
div.DivClassName
{
background-color: #EDE363;
}
.BgClassName
{
background-color: #EDE363;
}
</style>
border-color css
<style>
span { border-color: #EDE363; }
span { border-color: rgb(237,227,99); }
td.TdClassName
{
border-color: #EDE363;
}
.TagClassName
{
border-color: #EDE363;
}
</style>