Shades of Honeysuckle #DEEC5E
Tints of Honeysuckle #DEEC5E
RGB
CMYK
RGB Variations
Color information
#DEEC5E (or 0xDEEC5E) is known color: Honeysuckle. HEX triplet: DE, EC and 5E. RGB value is (222,236,94). Sum of RGB (Red+Green+Blue) = 222+236+94=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEC5E is #2113A1. Grayscale: #D8D8D8. Windows color (decimal): -2167714 or 6221022. OLE color: 6221022.
HSL color Cylindrical-coordinate representation of color #DEEC5E: hue angle of 65.92º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEEC5E is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 94 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.07 |
| HSL | 65.92º | 0.79% | 0.65% | - |
| HSV(B) | 65.92º | 0.6% | 0.93% | - |
| XYZ | 62.14 | 76.33 | 22.05 | - |
| YUV | 215.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 94 | 0.06 | 0 | 0.60 | 0.07 | 65.92 | 0.79 | 0.65 |
| Hex | DE | EC | 5E | 6 | 0 | 3C | 7 | 42 | 4F | 41 |
| Octal | 336 | 354 | 136 | 6 | 0 | 74 | 7 | 102 | 117 | 101 |
| Binary | 11011110 | 11101100 | 1011110 | 110 | 0 | 111100 | 111 | 1000010 | 1001111 | 1000001 |
Color Harmonies of #DEEC5E
Complementary color
Monochromatic Colors of #DEEC5E
Black with #DEEC5E
Text Example
Text Example
White with #DEEC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC5E; }
p { color: rgb(222,236,94); }
H1.HeaderClassName
{
color: #DEEC5E;
}
.AnyTagClassName
{
color: #DEEC5E;
}
</style>
background-color css
<style>
a { background-color: #DEEC5E; }
a { background-color: rgb(222,236,94); }
div.DivClassName
{
background-color: #DEEC5E;
}
.BgClassName
{
background-color: #DEEC5E;
}
</style>
border-color css
<style>
span { border-color: #DEEC5E; }
span { border-color: rgb(222,236,94); }
td.TdClassName
{
border-color: #DEEC5E;
}
.TagClassName
{
border-color: #DEEC5E;
}
</style>