Html Css Color HEX #E1A036 Tulip Tree

📋 copy color: '#E1A036'

red 225 ◦ green 160 ◦ blue 54

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

Shades of Tulip Tree #E1A036

Tints of Tulip Tree #E1A036

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.45%

 BLUE value IS 54 (21.48% from 255) = 12.3%

R = 51.25%
G = 36.45%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E1A036 (or 0xE1A036) is known color: Tulip Tree. HEX triplet: E1, A0 and 36. RGB value is (225,160,54). Sum of RGB (Red+Green+Blue) = 225+160+54=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A036 is #1E5FC9. Grayscale: #A7A7A7. Windows color (decimal): -1990602 or 3580129. OLE color: 3580129.

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

Color convert

RGB 225 160 54 -
CMYK 0 0.29 0.76 0.12
HSL 37.19º 0.74% 0.55% -
HSV(B) 37.19º 0.76% 0.88% -
XYZ 44.29 41.42 9.15 -
YUV 167.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 225 160 54 0 0.29 0.76 0.12 37.19 0.74 0.55
Hex E1 A0 36 0 1D 4C C 25 4A 37
Octal 341 240 66 0 35 114 14 45 112 67
Binary 11100001 10100000 110110 0 11101 1001100 1100 100101 1001010 110111

Color Harmonies of #E1A036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A036

Black with #E1A036

Text Example


Text Example

White with #E1A036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A036; }

 p { color: rgb(225,160,54); }

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

background-color css

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

 a { background-color: rgb(225,160,54); }

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

border-color css

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

 span { border-color: rgb(225,160,54); }

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