Html Css Color HEX #E1A540 Tulip Tree

📋 copy color: '#E1A540'

red 225 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #E1A540

Tints of Tulip Tree #E1A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 64 (25.39% from 255) = 14.1%

R = 49.56%
G = 36.34%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1A540 (or 0xE1A540) is known color: Tulip Tree. HEX triplet: E1, A5 and 40. RGB value is (225,165,64). Sum of RGB (Red+Green+Blue) = 225+165+64=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A540 is #1E5ABF. Grayscale: #ABABAB. Windows color (decimal): -1989312 or 4236769. OLE color: 4236769.

HSL color Cylindrical-coordinate representation of color #E1A540: hue angle of 37.64º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1A540 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 64 -
CMYK 0 0.27 0.72 0.12
HSL 37.64º 0.73% 0.57% -
HSV(B) 37.64º 0.72% 0.88% -
XYZ 45.43 43.29 10.81 -
YUV 171.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 225 165 64 0 0.27 0.72 0.12 37.64 0.73 0.57
Hex E1 A5 40 0 1B 48 C 26 49 39
Octal 341 245 100 0 33 110 14 46 111 71
Binary 11100001 10100101 1000000 0 11011 1001000 1100 100110 1001001 111001

Color Harmonies of #E1A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A540

Black with #E1A540

Text Example


Text Example

White with #E1A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A540; }

 p { color: rgb(225,165,64); }

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

background-color css

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

 a { background-color: rgb(225,165,64); }

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

border-color css

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

 span { border-color: rgb(225,165,64); }

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