#E2AA3D

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

Shades of Tulip Tree #E2AA3D

Tints of Tulip Tree #E2AA3D

Color information

#E2AA3D (or 0xE2AA3D) is unknown color: approx Tulip Tree. HEX triplet: E2, AA and 3D. RGB value is (226,170,61). Sum of RGB (Red+Green+Blue) = 226+170+61=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AA3D is #1D55C2. Grayscale: #AEAEAE. Windows color (decimal): -1922499 or 4041442. OLE color: 4041442.

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

Color convert

RGB22617061-
CMYK00.250.730.11
HSL39.64º73.99%56.27%-
HSV(B)39.64º73.01%88.63%-
XYZ46.5845.2610.69-
YUV174.3264.05164.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.45%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 61 (24.22% from 255) = 13.35%
R=49.45%
G=37.20%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261706100.250.730.1139.6473.9956.27
HexE2AA3D01949B284a38
Octal34225275031111135011270
Binary1110001010101010111101011001100100110111010001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AA3D; }

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

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

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

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

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

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

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

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