Html Css Color HEX #E1A640 Tulip Tree

📋 copy color: '#E1A640'

red 225 ◦ green 166 ◦ blue 64

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

Shades of Tulip Tree #E1A640

Tints of Tulip Tree #E1A640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

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

R = 49.45%
G = 36.48%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1A640 (or 0xE1A640) is known color: Tulip Tree. HEX triplet: E1, A6 and 40. RGB value is (225,166,64). Sum of RGB (Red+Green+Blue) = 225+166+64=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A640 is #1E59BF. Grayscale: #ACACAC. Windows color (decimal): -1989056 or 4237025. OLE color: 4237025.

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

Color convert

RGB 225 166 64 -
CMYK 0 0.26 0.72 0.12
HSL 38.01º 0.73% 0.57% -
HSV(B) 38.01º 0.72% 0.88% -
XYZ 45.61 43.65 10.87 -
YUV 172.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 225 166 64 0 0.26 0.72 0.12 38.01 0.73 0.57
Hex E1 A6 40 0 1A 48 C 26 49 39
Octal 341 246 100 0 32 110 14 46 111 71
Binary 11100001 10100110 1000000 0 11010 1001000 1100 100110 1001001 111001

Color Harmonies of #E1A640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A640

Black with #E1A640

Text Example


Text Example

White with #E1A640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A640; }

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

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

background-color css

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

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

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

border-color css

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

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

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