Shades of Honeysuckle #E2E85C
Tints of Honeysuckle #E2E85C
RGB
CMYK
RGB Variations
Color information
#E2E85C (or 0xE2E85C) is known color: Honeysuckle. HEX triplet: E2, E8 and 5C. RGB value is (226,232,92). Sum of RGB (Red+Green+Blue) = 226+232+92=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E85C is #1D17A3. Grayscale: #D6D6D6. Windows color (decimal): -1906596 or 6088930. OLE color: 6088930.
HSL color Cylindrical-coordinate representation of color #E2E85C: hue angle of 62.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2E85C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 92 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.09 |
| HSL | 62.57º | 0.75% | 0.64% | - |
| HSV(B) | 62.57º | 0.6% | 0.91% | - |
| XYZ | 62.15 | 74.65 | 21.26 | - |
| YUV | 214.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 92 | 0.03 | 0 | 0.60 | 0.09 | 62.57 | 0.75 | 0.64 |
| Hex | E2 | E8 | 5C | 3 | 0 | 3C | 9 | 3F | 4B | 40 |
| Octal | 342 | 350 | 134 | 3 | 0 | 74 | 11 | 77 | 113 | 100 |
| Binary | 11100010 | 11101000 | 1011100 | 11 | 0 | 111100 | 1001 | 111111 | 1001011 | 1000000 |
Color Harmonies of #E2E85C
Complementary color
Monochromatic Colors of #E2E85C
Black with #E2E85C
Text Example
Text Example
White with #E2E85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E85C; }
p { color: rgb(226,232,92); }
H1.HeaderClassName
{
color: #E2E85C;
}
.AnyTagClassName
{
color: #E2E85C;
}
</style>
background-color css
<style>
a { background-color: #E2E85C; }
a { background-color: rgb(226,232,92); }
div.DivClassName
{
background-color: #E2E85C;
}
.BgClassName
{
background-color: #E2E85C;
}
</style>
border-color css
<style>
span { border-color: #E2E85C; }
span { border-color: rgb(226,232,92); }
td.TdClassName
{
border-color: #E2E85C;
}
.TagClassName
{
border-color: #E2E85C;
}
</style>