#DEEE55

Color #DEEE55 Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #DEEE55

Tints of Honeysuckle #DEEE55

Color information

#DEEE55 (or 0xDEEE55) is unknown color: approx 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

RGB22223885-
CMYK0.0700.640.07
HSL66.27º81.82%63.33%-
HSV(B)66.27º64.29%93.33%-
XYZ62.3477.3320.24-
YUV215.7754.2132.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 238 (93.36% from 255) = 43.67%
BLUE value IS 85 (33.59% from 255) = 15.60%
R=40.73%
G=43.67%
B=15.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222238850.0700.640.0766.2781.8263.33
HexDEEE557040742523f
Octal33635612570100710212277
Binary110111101110111010101011110100000011110000101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>