#DEEA5A

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

Shades of Honeysuckle #DEEA5A

Tints of Honeysuckle #DEEA5A

Color information

#DEEA5A (or 0xDEEA5A) is unknown color: approx Honeysuckle. HEX triplet: DE, EA and 5A. RGB value is (222,234,90). Sum of RGB (Red+Green+Blue) = 222+234+90=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA5A is #2115A5. Grayscale: #D6D6D6. Windows color (decimal): -2168230 or 5958366. OLE color: 5958366.

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

Color convert

RGB22223490-
CMYK0.0500.620.08
HSL65º77.42%63.53%-
HSV(B)65º61.54%91.76%-
XYZ61.3975.1120.94-
YUV21458.02133.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 90 (35.55% from 255) = 16.48%
R=40.66%
G=42.86%
B=16.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222234900.0500.620.086577.4263.53
HexDEEA5A503E8414d40
Octal336352132507610101115100
Binary1101111011101010101101010101111101000100000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEA5A; }

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

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

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

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

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

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

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

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