#E2AA45

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

Shades of Tulip Tree #E2AA45

Tints of Tulip Tree #E2AA45

Color information

#E2AA45 (or 0xE2AA45) is unknown color: approx Tulip Tree. HEX triplet: E2, AA and 45. RGB value is (226,170,69). Sum of RGB (Red+Green+Blue) = 226+170+69=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AA45 is #1D55BA. Grayscale: #AFAFAF. Windows color (decimal): -1922491 or 4565730. OLE color: 4565730.

HSL color Cylindrical-coordinate representation of color #E2AA45: hue angle of 38.6º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2AA45 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22617069-
CMYK00.250.690.11
HSL38.6º73.02%57.84%-
HSV(B)38.6º69.47%88.63%-
XYZ46.8145.3511.92-
YUV175.2368.05164.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.60%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 69 (27.34% from 255) = 14.84%
R=48.60%
G=36.56%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261706900.250.690.1138.673.0257.84
HexE2AA4501945B27493a
Octal342252105031105134711172
Binary11100010101010101000101011001100010110111001111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AA45; }

 p { color: rgb(226,170,69); }

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

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

 a { background-color: rgb(226,170,69); }

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

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

 span { border-color: rgb(226,170,69); }

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