Shades of Honeysuckle #DEE85C
Tints of Honeysuckle #DEE85C
RGB
CMYK
RGB Variations
Color information
#DEE85C (or 0xDEE85C) is known color: Honeysuckle. HEX triplet: DE, E8 and 5C. RGB value is (222,232,92). Sum of RGB (Red+Green+Blue) = 222+232+92=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE85C is #2117A3. Grayscale: #D5D5D5. Windows color (decimal): -2168740 or 6088926. OLE color: 6088926.
HSL color Cylindrical-coordinate representation of color #DEE85C: hue angle of 64.29º 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 #DEE85C is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 92 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.09 |
| HSL | 64.29º | 0.75% | 0.64% | - |
| HSV(B) | 64.29º | 0.6% | 0.91% | - |
| XYZ | 60.91 | 74.02 | 21.2 | - |
| YUV | 213.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 92 | 0.04 | 0 | 0.60 | 0.09 | 64.29 | 0.75 | 0.64 |
| Hex | DE | E8 | 5C | 4 | 0 | 3C | 9 | 40 | 4B | 40 |
| Octal | 336 | 350 | 134 | 4 | 0 | 74 | 11 | 100 | 113 | 100 |
| Binary | 11011110 | 11101000 | 1011100 | 100 | 0 | 111100 | 1001 | 1000000 | 1001011 | 1000000 |
Color Harmonies of #DEE85C
Complementary color
Monochromatic Colors of #DEE85C
Black with #DEE85C
Text Example
Text Example
White with #DEE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE85C; }
p { color: rgb(222,232,92); }
H1.HeaderClassName
{
color: #DEE85C;
}
.AnyTagClassName
{
color: #DEE85C;
}
</style>
background-color css
<style>
a { background-color: #DEE85C; }
a { background-color: rgb(222,232,92); }
div.DivClassName
{
background-color: #DEE85C;
}
.BgClassName
{
background-color: #DEE85C;
}
</style>
border-color css
<style>
span { border-color: #DEE85C; }
span { border-color: rgb(222,232,92); }
td.TdClassName
{
border-color: #DEE85C;
}
.TagClassName
{
border-color: #DEE85C;
}
</style>