Html Css Color HEX #E1A340 Tulip Tree

📋 copy color: '#E1A340'

red 225 ◦ green 163 ◦ blue 64

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

Shades of Tulip Tree #E1A340

Tints of Tulip Tree #E1A340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

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

R = 49.78%
G = 36.06%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1A340 (or 0xE1A340) is known color: Tulip Tree. HEX triplet: E1, A3 and 40. RGB value is (225,163,64). Sum of RGB (Red+Green+Blue) = 225+163+64=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A340 is #1E5CBF. Grayscale: #AAAAAA. Windows color (decimal): -1989824 or 4236257. OLE color: 4236257.

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

Color convert

RGB 225 163 64 -
CMYK 0 0.28 0.72 0.12
HSL 36.89º 0.73% 0.57% -
HSV(B) 36.89º 0.72% 0.88% -
XYZ 45.07 42.57 10.69 -
YUV 170.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 225 163 64 0 0.28 0.72 0.12 36.89 0.73 0.57
Hex E1 A3 40 0 1C 48 C 25 49 39
Octal 341 243 100 0 34 110 14 45 111 71
Binary 11100001 10100011 1000000 0 11100 1001000 1100 100101 1001001 111001

Color Harmonies of #E1A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A340

Black with #E1A340

Text Example


Text Example

White with #E1A340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A340; }

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

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

background-color css

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

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

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

border-color css

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

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

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