Html Css Color HEX #E5AA32 Tulip Tree

📋 copy color: '#E5AA32'

red 229 ◦ green 170 ◦ blue 50

#E5AA32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #E5AA32

Tints of Tulip Tree #E5AA32

RGB

 RED value IS 229 (89.84% from 255) = 51%

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 51%
G = 37.86%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5AA32 (or 0xE5AA32) is known color: Tulip Tree. HEX triplet: E5, AA and 32. RGB value is (229,170,50). Sum of RGB (Red+Green+Blue) = 229+170+50=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA32 is #1A55CD. Grayscale: #AEAEAE. Windows color (decimal): -1725902 or 3320549. OLE color: 3320549.

HSL color Cylindrical-coordinate representation of color #E5AA32: hue angle of 40.22º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5AA32 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 50 -
CMYK 0 0.26 0.78 0.10
HSL 40.22º 0.77% 0.55% -
HSV(B) 40.22º 0.78% 0.9% -
XYZ 47.26 45.64 9.34 -
YUV 173.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 229 170 50 0 0.26 0.78 0.10 40.22 0.77 0.55
Hex E5 AA 32 0 1A 4E A 28 4D 37
Octal 345 252 62 0 32 116 12 50 115 67
Binary 11100101 10101010 110010 0 11010 1001110 1010 101000 1001101 110111

Color Harmonies of #E5AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA32

Black with #E5AA32

Text Example


Text Example

White with #E5AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA32; }

 p { color: rgb(229,170,50); }

 H1.HeaderClassName
 {
   color: #E5AA32;
 }
 .AnyTagClassName
 {
   color: #E5AA32;
 }
</style>

background-color css

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

 a { background-color: rgb(229,170,50); }

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

border-color css

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

 span { border-color: rgb(229,170,50); }

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