#E2E56A

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

Shades of Honeysuckle #E2E56A

Tints of Honeysuckle #E2E56A

Color information

#E2E56A (or 0xE2E56A) is unknown color: approx Honeysuckle. HEX triplet: E2, E5 and 6A. RGB value is (226,229,106). Sum of RGB (Red+Green+Blue) = 226+229+106=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E56A is #1D1A95. Grayscale: #D6D6D6. Windows color (decimal): -1907350 or 7005666. OLE color: 7005666.

HSL color Cylindrical-coordinate representation of color #E2E56A: hue angle of 61.46º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2E56A is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB226229106-
CMYK0.0100.540.10
HSL61.46º70.29%65.69%-
HSV(B)61.46º53.71%89.8%-
XYZ61.9873.2524.51-
YUV214.0867.01136.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 229 (89.84% from 255) = 40.82%
BLUE value IS 106 (41.80% from 255) = 18.89%
R=40.29%
G=40.82%
B=18.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262291060.0100.540.1061.4670.2965.69
HexE2E56A1036A3d4642
Octal34234515210661275106102
Binary1110001011100101110101010110110101011110110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E56A; }

 p { color: rgb(226,229,106); }

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

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

 a { background-color: rgb(226,229,106); }

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

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

 span { border-color: rgb(226,229,106); }

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