Html Css Color HEX #E1A135 Tulip Tree

📋 copy color: '#E1A135'

red 225 ◦ green 161 ◦ blue 53

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

Shades of Tulip Tree #E1A135

Tints of Tulip Tree #E1A135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 53 (21.09% from 255) = 12.07%

R = 51.25%
G = 36.67%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E1A135 (or 0xE1A135) is known color: Tulip Tree. HEX triplet: E1, A1 and 35. RGB value is (225,161,53). Sum of RGB (Red+Green+Blue) = 225+161+53=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A135 is #1E5ECA. Grayscale: #A8A8A8. Windows color (decimal): -1990347 or 3514849. OLE color: 3514849.

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

Color convert

RGB 225 161 53 -
CMYK 0 0.28 0.76 0.12
HSL 37.67º 0.74% 0.55% -
HSV(B) 37.67º 0.76% 0.88% -
XYZ 44.44 41.75 9.09 -
YUV 167.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 225 161 53 0 0.28 0.76 0.12 37.67 0.74 0.55
Hex E1 A1 35 0 1C 4C C 26 4A 37
Octal 341 241 65 0 34 114 14 46 112 67
Binary 11100001 10100001 110101 0 11100 1001100 1100 100110 1001010 110111

Color Harmonies of #E1A135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A135

Black with #E1A135

Text Example


Text Example

White with #E1A135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A135; }

 p { color: rgb(225,161,53); }

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

background-color css

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

 a { background-color: rgb(225,161,53); }

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

border-color css

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

 span { border-color: rgb(225,161,53); }

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