Html Css Color HEX #E1AA31 Tulip Tree

📋 copy color: '#E1AA31'

red 225 ◦ green 170 ◦ blue 49

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

Shades of Tulip Tree #E1AA31

Tints of Tulip Tree #E1AA31

RGB

 RED value IS 225 (88.28% from 255) = 50.68%

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

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

R = 50.68%
G = 38.29%
B = 11.04%

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

#E1AA31 (or 0xE1AA31) is known color: Tulip Tree. HEX triplet: E1, AA and 31. RGB value is (225,170,49). Sum of RGB (Red+Green+Blue) = 225+170+49=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA31 is #1E55CE. Grayscale: #ADADAD. Windows color (decimal): -1988047 or 3255009. OLE color: 3255009.

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

Color convert

RGB 225 170 49 -
CMYK 0 0.24 0.78 0.12
HSL 41.25º 0.75% 0.54% -
HSV(B) 41.25º 0.78% 0.88% -
XYZ 45.98 44.98 9.16 -
YUV 172.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 225 170 49 0 0.24 0.78 0.12 41.25 0.75 0.54
Hex E1 AA 31 0 18 4E C 29 4B 36
Octal 341 252 61 0 30 116 14 51 113 66
Binary 11100001 10101010 110001 0 11000 1001110 1100 101001 1001011 110110

Color Harmonies of #E1AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA31

Black with #E1AA31

Text Example


Text Example

White with #E1AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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