Html Css Color HEX #E1A440 Tulip Tree

📋 copy color: '#E1A440'

red 225 ◦ green 164 ◦ blue 64

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

Shades of Tulip Tree #E1A440

Tints of Tulip Tree #E1A440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.2%

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

R = 49.67%
G = 36.2%
B = 14.13%

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

#E1A440 (or 0xE1A440) is known color: Tulip Tree. HEX triplet: E1, A4 and 40. RGB value is (225,164,64). Sum of RGB (Red+Green+Blue) = 225+164+64=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A440 is #1E5BBF. Grayscale: #ABABAB. Windows color (decimal): -1989568 or 4236513. OLE color: 4236513.

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

Color convert

RGB 225 164 64 -
CMYK 0 0.27 0.72 0.12
HSL 37.27º 0.73% 0.57% -
HSV(B) 37.27º 0.72% 0.88% -
XYZ 45.25 42.93 10.75 -
YUV 170.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 225 164 64 0 0.27 0.72 0.12 37.27 0.73 0.57
Hex E1 A4 40 0 1B 48 C 25 49 39
Octal 341 244 100 0 33 110 14 45 111 71
Binary 11100001 10100100 1000000 0 11011 1001000 1100 100101 1001001 111001

Color Harmonies of #E1A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A440

Black with #E1A440

Text Example


Text Example

White with #E1A440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A440; }

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

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

background-color css

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

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

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

border-color css

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

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

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