Shades of Honeysuckle #DEEE55
Tints of Honeysuckle #DEEE55
RGB
CMYK
RGB Variations
Color information
#DEEE55 (or 0xDEEE55) is known color: Honeysuckle. HEX triplet: DE, EE and 55. RGB value is (222,238,85). Sum of RGB (Red+Green+Blue) = 222+238+85=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE55 is #2111AA. Grayscale: #D8D8D8. Windows color (decimal): -2167211 or 5631710. OLE color: 5631710.
HSL color Cylindrical-coordinate representation of color #DEEE55: hue angle of 66.27º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEEE55 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 85 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.07 |
| HSL | 66.27º | 0.82% | 0.63% | - |
| HSV(B) | 66.27º | 0.64% | 0.93% | - |
| XYZ | 62.34 | 77.33 | 20.24 | - |
| YUV | 215.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 85 | 0.07 | 0 | 0.64 | 0.07 | 66.27 | 0.82 | 0.63 |
| Hex | DE | EE | 55 | 7 | 0 | 40 | 7 | 42 | 52 | 3F |
| Octal | 336 | 356 | 125 | 7 | 0 | 100 | 7 | 102 | 122 | 77 |
| Binary | 11011110 | 11101110 | 1010101 | 111 | 0 | 1000000 | 111 | 1000010 | 1010010 | 111111 |
Color Harmonies of #DEEE55
Complementary color
Monochromatic Colors of #DEEE55
Black with #DEEE55
Text Example
Text Example
White with #DEEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE55; }
p { color: rgb(222,238,85); }
H1.HeaderClassName
{
color: #DEEE55;
}
.AnyTagClassName
{
color: #DEEE55;
}
</style>
background-color css
<style>
a { background-color: #DEEE55; }
a { background-color: rgb(222,238,85); }
div.DivClassName
{
background-color: #DEEE55;
}
.BgClassName
{
background-color: #DEEE55;
}
</style>
border-color css
<style>
span { border-color: #DEEE55; }
span { border-color: rgb(222,238,85); }
td.TdClassName
{
border-color: #DEEE55;
}
.TagClassName
{
border-color: #DEEE55;
}
</style>