Shades of Honeysuckle #E1ED6A
Tints of Honeysuckle #E1ED6A
RGB
CMYK
RGB Variations
Color information
#E1ED6A (or 0xE1ED6A) is known color: Honeysuckle. HEX triplet: E1, ED and 6A. RGB value is (225,237,106). Sum of RGB (Red+Green+Blue) = 225+237+106=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1ED6A is #1E1295. Grayscale: #DADADA. Windows color (decimal): -1970838 or 7007713. OLE color: 7007713.
HSL color Cylindrical-coordinate representation of color #E1ED6A: hue angle of 65.5º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1ED6A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 106 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.07 |
| HSL | 65.5º | 0.78% | 0.67% | - |
| HSV(B) | 65.5º | 0.55% | 0.93% | - |
| XYZ | 63.94 | 77.62 | 25.25 | - |
| YUV | 218.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 106 | 0.05 | 0 | 0.55 | 0.07 | 65.5 | 0.78 | 0.67 |
| Hex | E1 | ED | 6A | 5 | 0 | 37 | 7 | 41 | 4E | 43 |
| Octal | 341 | 355 | 152 | 5 | 0 | 67 | 7 | 101 | 116 | 103 |
| Binary | 11100001 | 11101101 | 1101010 | 101 | 0 | 110111 | 111 | 1000001 | 1001110 | 1000011 |
Color Harmonies of #E1ED6A
Complementary color
Monochromatic Colors of #E1ED6A
Black with #E1ED6A
Text Example
Text Example
White with #E1ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED6A; }
p { color: rgb(225,237,106); }
H1.HeaderClassName
{
color: #E1ED6A;
}
.AnyTagClassName
{
color: #E1ED6A;
}
</style>
background-color css
<style>
a { background-color: #E1ED6A; }
a { background-color: rgb(225,237,106); }
div.DivClassName
{
background-color: #E1ED6A;
}
.BgClassName
{
background-color: #E1ED6A;
}
</style>
border-color css
<style>
span { border-color: #E1ED6A; }
span { border-color: rgb(225,237,106); }
td.TdClassName
{
border-color: #E1ED6A;
}
.TagClassName
{
border-color: #E1ED6A;
}
</style>