Shades of Honeysuckle #EDE167
Tints of Honeysuckle #EDE167
RGB
CMYK
RGB Variations
Color information
#EDE167 (or 0xEDE167) is known color: Honeysuckle. HEX triplet: ED, E1 and 67. RGB value is (237,225,103). Sum of RGB (Red+Green+Blue) = 237+225+103=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE167 is #121E98. Grayscale: #D7D7D7. Windows color (decimal): -1187481 or 6808045. OLE color: 6808045.
HSL color Cylindrical-coordinate representation of color #EDE167: hue angle of 54.63º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDE167 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 103 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.07 |
| HSL | 54.63º | 0.79% | 0.67% | - |
| HSV(B) | 54.63º | 0.57% | 0.93% | - |
| XYZ | 64.3 | 72.83 | 23.5 | - |
| YUV | 214.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 103 | 0 | 0.05 | 0.57 | 0.07 | 54.63 | 0.79 | 0.67 |
| Hex | ED | E1 | 67 | 0 | 5 | 39 | 7 | 37 | 4F | 43 |
| Octal | 355 | 341 | 147 | 0 | 5 | 71 | 7 | 67 | 117 | 103 |
| Binary | 11101101 | 11100001 | 1100111 | 0 | 101 | 111001 | 111 | 110111 | 1001111 | 1000011 |
Color Harmonies of #EDE167
Complementary color
Monochromatic Colors of #EDE167
Black with #EDE167
Text Example
Text Example
White with #EDE167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE167; }
p { color: rgb(237,225,103); }
H1.HeaderClassName
{
color: #EDE167;
}
.AnyTagClassName
{
color: #EDE167;
}
</style>
background-color css
<style>
a { background-color: #EDE167; }
a { background-color: rgb(237,225,103); }
div.DivClassName
{
background-color: #EDE167;
}
.BgClassName
{
background-color: #EDE167;
}
</style>
border-color css
<style>
span { border-color: #EDE167; }
span { border-color: rgb(237,225,103); }
td.TdClassName
{
border-color: #EDE167;
}
.TagClassName
{
border-color: #EDE167;
}
</style>