#E1AA45

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

Shades of Tulip Tree #E1AA45

Tints of Tulip Tree #E1AA45

Color information

#E1AA45 (or 0xE1AA45) is unknown color: approx Tulip Tree. HEX triplet: E1, AA and 45. RGB value is (225,170,69). Sum of RGB (Red+Green+Blue) = 225+170+69=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA45 is #1E55BA. Grayscale: #AFAFAF. Windows color (decimal): -1988027 or 4565729. OLE color: 4565729.

HSL color Cylindrical-coordinate representation of color #E1AA45: hue angle of 38.85º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1AA45 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22517069-
CMYK00.240.690.12
HSL38.85º72.22%57.65%-
HSV(B)38.85º69.33%88.24%-
XYZ46.545.1911.9-
YUV174.9368.22163.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=48.49%
G=36.64%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251706900.240.690.1238.8572.2257.65
HexE1AA4501845C27483a
Octal341252105030105144711072
Binary11100001101010101000101011000100010111001001111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA45; }

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

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

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

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

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

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

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

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