#DEE85E

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

Shades of Honeysuckle #DEE85E

Tints of Honeysuckle #DEE85E

Color information

#DEE85E (or 0xDEE85E) is unknown color: approx Honeysuckle. HEX triplet: DE, E8 and 5E. RGB value is (222,232,94). Sum of RGB (Red+Green+Blue) = 222+232+94=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE85E is #2117A1. Grayscale: #D5D5D5. Windows color (decimal): -2168738 or 6219998. OLE color: 6219998.

HSL color Cylindrical-coordinate representation of color #DEE85E: hue angle of 64.35º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEE85E is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB22223294-
CMYK0.0400.590.09
HSL64.35º75%63.92%-
HSV(B)64.35º59.48%90.98%-
XYZ6174.0521.67-
YUV213.2860.69134.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 232 (91.02% from 255) = 42.34%
BLUE value IS 94 (37.11% from 255) = 17.15%
R=40.51%
G=42.34%
B=17.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222232940.0400.590.0964.357563.92
HexDEE85E403B9404b40
Octal336350136407311100113100
Binary1101111011101000101111010001110111001100000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE85E; }

 p { color: rgb(222,232,94); }

 H1.HeaderClassName
 {
   color: #DEE85E;
 }
 .AnyTagClassName
 {
   color: #DEE85E;
 }
</style>
background-color css

<style>
 a { background-color: #DEE85E; }

 a { background-color: rgb(222,232,94); }

 div.DivClassName
 {
   background-color: #DEE85E;
 }
 .BgClassName
 {
   background-color: #DEE85E;
 }
</style>
border-color css

<style>
 span { border-color: #DEE85E; }

 span { border-color: rgb(222,232,94); }

 td.TdClassName
 {
   border-color: #DEE85E;
 }
 .TagClassName
 {
   border-color: #DEE85E;
 }
</style>