Html Css Color HEX #E0AA32 Tulip Tree

📋 copy color: '#E0AA32'

red 224 ◦ green 170 ◦ blue 50

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

Shades of Tulip Tree #E0AA32

Tints of Tulip Tree #E0AA32

RGB

 RED value IS 224 (87.89% from 255) = 50.45%

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

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

R = 50.45%
G = 38.29%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E0AA32 (or 0xE0AA32) is known color: Tulip Tree. HEX triplet: E0, AA and 32. RGB value is (224,170,50). Sum of RGB (Red+Green+Blue) = 224+170+50=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AA32 is #1F55CD. Grayscale: #ADADAD. Windows color (decimal): -2053582 or 3320544. OLE color: 3320544.

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

Color convert

RGB 224 170 50 -
CMYK 0 0.24 0.78 0.12
HSL 41.38º 0.74% 0.54% -
HSV(B) 41.38º 0.78% 0.88% -
XYZ 45.69 44.83 9.26 -
YUV 172.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 224 170 50 0 0.24 0.78 0.12 41.38 0.74 0.54
Hex E0 AA 32 0 18 4E C 29 4A 36
Octal 340 252 62 0 30 116 14 51 112 66
Binary 11100000 10101010 110010 0 11000 1001110 1100 101001 1001010 110110

Color Harmonies of #E0AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AA32

Black with #E0AA32

Text Example


Text Example

White with #E0AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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