#E5A54A

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

Shades of Tulip Tree #E5A54A

Tints of Tulip Tree #E5A54A

Color information

#E5A54A (or 0xE5A54A) is unknown color: approx Tulip Tree. HEX triplet: E5, A5 and 4A. RGB value is (229,165,74). Sum of RGB (Red+Green+Blue) = 229+165+74=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A54A is #1A5AB5. Grayscale: #AEAEAE. Windows color (decimal): -1727158 or 4892133. OLE color: 4892133.

HSL color Cylindrical-coordinate representation of color #E5A54A: hue angle of 35.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5A54A is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB22916574-
CMYK00.280.680.10
HSL35.23º74.88%59.41%-
HSV(B)35.23º67.69%89.8%-
XYZ4744.0612.51-
YUV173.7671.7167.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.93%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 74 (29.30% from 255) = 15.81%
R=48.93%
G=35.26%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291657400.280.680.1035.2374.8859.41
HexE5A54A01C44A234b3b
Octal345245112034104124311373
Binary11100101101001011001010011100100010010101000111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A54A; }

 p { color: rgb(229,165,74); }

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

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

 a { background-color: rgb(229,165,74); }

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

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

 span { border-color: rgb(229,165,74); }

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