Shades of Honeysuckle #EDE168
Tints of Honeysuckle #EDE168
RGB
CMYK
RGB Variations
Color information
#EDE168 (or 0xEDE168) is known color: Honeysuckle. HEX triplet: ED, E1 and 68. RGB value is (237,225,104). Sum of RGB (Red+Green+Blue) = 237+225+104=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE168 is #121E97. Grayscale: #D7D7D7. Windows color (decimal): -1187480 or 6873581. OLE color: 6873581.
HSL color Cylindrical-coordinate representation of color #EDE168: hue angle of 54.59º 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 #EDE168 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 104 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.07 |
| HSL | 54.59º | 0.79% | 0.67% | - |
| HSV(B) | 54.59º | 0.56% | 0.93% | - |
| XYZ | 64.35 | 72.85 | 23.77 | - |
| YUV | 214.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 104 | 0 | 0.05 | 0.56 | 0.07 | 54.59 | 0.79 | 0.67 |
| Hex | ED | E1 | 68 | 0 | 5 | 38 | 7 | 37 | 4F | 43 |
| Octal | 355 | 341 | 150 | 0 | 5 | 70 | 7 | 67 | 117 | 103 |
| Binary | 11101101 | 11100001 | 1101000 | 0 | 101 | 111000 | 111 | 110111 | 1001111 | 1000011 |
Color Harmonies of #EDE168
Complementary color
Monochromatic Colors of #EDE168
Black with #EDE168
Text Example
Text Example
White with #EDE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE168; }
p { color: rgb(237,225,104); }
H1.HeaderClassName
{
color: #EDE168;
}
.AnyTagClassName
{
color: #EDE168;
}
</style>
background-color css
<style>
a { background-color: #EDE168; }
a { background-color: rgb(237,225,104); }
div.DivClassName
{
background-color: #EDE168;
}
.BgClassName
{
background-color: #EDE168;
}
</style>
border-color css
<style>
span { border-color: #EDE168; }
span { border-color: rgb(237,225,104); }
td.TdClassName
{
border-color: #EDE168;
}
.TagClassName
{
border-color: #EDE168;
}
</style>