Shades of Honeysuckle #EDE96C
Tints of Honeysuckle #EDE96C
RGB
CMYK
RGB Variations
Color information
#EDE96C (or 0xEDE96C) is known color: Honeysuckle. HEX triplet: ED, E9 and 6C. RGB value is (237,233,108). Sum of RGB (Red+Green+Blue) = 237+233+108=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 108 (42.58% from 255 or 18.69% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE96C is #121693. Grayscale: #DCDCDC. Windows color (decimal): -1185428 or 7137773. OLE color: 7137773.
HSL color Cylindrical-coordinate representation of color #EDE96C: hue angle of 58.14º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDE96C is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 108 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.07 |
| HSL | 58.14º | 0.78% | 0.68% | - |
| HSV(B) | 58.14º | 0.54% | 0.93% | - |
| XYZ | 66.77 | 77.37 | 25.6 | - |
| YUV | 219.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 108 | 0 | 0.02 | 0.54 | 0.07 | 58.14 | 0.78 | 0.68 |
| Hex | ED | E9 | 6C | 0 | 2 | 36 | 7 | 3A | 4E | 44 |
| Octal | 355 | 351 | 154 | 0 | 2 | 66 | 7 | 72 | 116 | 104 |
| Binary | 11101101 | 11101001 | 1101100 | 0 | 10 | 110110 | 111 | 111010 | 1001110 | 1000100 |
Color Harmonies of #EDE96C
Complementary color
Monochromatic Colors of #EDE96C
Black with #EDE96C
Text Example
Text Example
White with #EDE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE96C; }
p { color: rgb(237,233,108); }
H1.HeaderClassName
{
color: #EDE96C;
}
.AnyTagClassName
{
color: #EDE96C;
}
</style>
background-color css
<style>
a { background-color: #EDE96C; }
a { background-color: rgb(237,233,108); }
div.DivClassName
{
background-color: #EDE96C;
}
.BgClassName
{
background-color: #EDE96C;
}
</style>
border-color css
<style>
span { border-color: #EDE96C; }
span { border-color: rgb(237,233,108); }
td.TdClassName
{
border-color: #EDE96C;
}
.TagClassName
{
border-color: #EDE96C;
}
</style>