#E1AA34

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

Shades of Tulip Tree #E1AA34

Tints of Tulip Tree #E1AA34

Color information

#E1AA34 (or 0xE1AA34) is unknown color: approx Tulip Tree. HEX triplet: E1, AA and 34. RGB value is (225,170,52). Sum of RGB (Red+Green+Blue) = 225+170+52=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA34 is #1E55CB. Grayscale: #ADADAD. Windows color (decimal): -1988044 or 3451617. OLE color: 3451617.

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

Color convert

RGB22517052-
CMYK00.240.770.12
HSL40.92º74.25%54.31%-
HSV(B)40.92º76.89%88.24%-
XYZ46.05459.51-
YUV172.9959.72165.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 52 (20.70% from 255) = 11.63%
R=50.34%
G=38.03%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251705200.240.770.1240.9274.2554.31
HexE1AA340184DC294a36
Octal34125264030115145111266
Binary1110000110101010110100011000100110111001010011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA34; }

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

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

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

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

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

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

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

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