#deea5f

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

Shades of Honeysuckle #DEEA5F

Tints of Honeysuckle #DEEA5F

Color information

#DEEA5F (or 0xDEEA5F) is unknown color: approx Honeysuckle. HEX triplet: DE, EA and 5F. RGB value is (222,234,95). Sum of RGB (Red+Green+Blue) = 222+234+95=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 95 (37.5% from 255 or 17.24% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA5F is #2115A0. Grayscale: #D7D7D7. Windows color (decimal): -2168225 or 6286046. OLE color: 6286046.

HSL color Cylindrical-coordinate representation of color #DEEA5F: hue angle of 65.18º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEEA5F is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB22223495-
CMYK0.0500.590.08
HSL65.18º76.8%64.51%-
HSV(B)65.18º59.4%91.76%-
XYZ61.6175.222.09-
YUV214.5760.52133.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 95 (37.5% from 255) = 17.24%
R=40.29%
G=42.47%
B=17.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222234950.0500.590.0865.1876.864.51
HexDEEA5F503B8414d41
Octal336352137507310101115101
Binary1101111011101010101111110101110111000100000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deea5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deea5f; }

 p { color: rgb(222,234,95); }

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

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

 a { background-color: rgb(222,234,95); }

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

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

 span { border-color: rgb(222,234,95); }

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