Html Css Color HEX #E1AA34 Tulip Tree

📋 copy color: '#E1AA34'

red 225 ◦ green 170 ◦ blue 52

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

Shades of Tulip Tree #E1AA34

Tints of Tulip Tree #E1AA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.63%

R = 50.34%
G = 38.03%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E1AA34 (or 0xE1AA34) is known color: Tulip Tree. HEX triplet: E1, AA and 34. RGB value is (225,170,52). Sum of RGB (Red+Green+Blue) = 225+170+52=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA34 is #1E55CB. Grayscale: #ADADAD. Windows color (decimal): -1988044 or 3451617. OLE color: 3451617.

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

Color convert

RGB 225 170 52 -
CMYK 0 0.24 0.77 0.12
HSL 40.92º 0.74% 0.54% -
HSV(B) 40.92º 0.77% 0.88% -
XYZ 46.05 45 9.51 -
YUV 172.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 225 170 52 0 0.24 0.77 0.12 40.92 0.74 0.54
Hex E1 AA 34 0 18 4D C 29 4A 36
Octal 341 252 64 0 30 115 14 51 112 66
Binary 11100001 10101010 110100 0 11000 1001101 1100 101001 1001010 110110

Color Harmonies of #E1AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA34

Black with #E1AA34

Text Example


Text Example

White with #E1AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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