Html Css Color HEX #E0AA31 Tulip Tree

📋 copy color: '#E0AA31'

red 224 ◦ green 170 ◦ blue 49

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

Shades of Tulip Tree #E0AA31

Tints of Tulip Tree #E0AA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.06%

R = 50.56%
G = 38.37%
B = 11.06%

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

#E0AA31 (or 0xE0AA31) is known color: Tulip Tree. HEX triplet: E0, AA and 31. RGB value is (224,170,49). Sum of RGB (Red+Green+Blue) = 224+170+49=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AA31 is #1F55CE. Grayscale: #ACACAC. Windows color (decimal): -2053583 or 3255008. OLE color: 3255008.

HSL color Cylindrical-coordinate representation of color #E0AA31: hue angle of 41.49º 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 #E0AA31 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 170 49 -
CMYK 0 0.24 0.78 0.12
HSL 41.49º 0.74% 0.54% -
HSV(B) 41.49º 0.78% 0.88% -
XYZ 45.67 44.82 9.15 -
YUV 172.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 224 170 49 0 0.24 0.78 0.12 41.49 0.74 0.54
Hex E0 AA 31 0 18 4E C 29 4A 36
Octal 340 252 61 0 30 116 14 51 112 66
Binary 11100000 10101010 110001 0 11000 1001110 1100 101001 1001010 110110

Color Harmonies of #E0AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AA31

Black with #E0AA31

Text Example


Text Example

White with #E0AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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