#E1A63F

Color #E1A63F Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #E1A63F

Tints of Tulip Tree #E1A63F

Color information

#E1A63F (or 0xE1A63F) is unknown color: approx Tulip Tree. HEX triplet: E1, A6 and 3F. RGB value is (225,166,63). Sum of RGB (Red+Green+Blue) = 225+166+63=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A63F is #1E59C0. Grayscale: #ACACAC. Windows color (decimal): -1989057 or 4171489. OLE color: 4171489.

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

Color convert

RGB22516663-
CMYK00.260.720.12
HSL38.15º72.97%56.47%-
HSV(B)38.15º72%88.24%-
XYZ45.5843.6410.72-
YUV171.966.55165.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 63 (25% from 255) = 13.88%
R=49.56%
G=36.56%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251666300.260.720.1238.1572.9756.47
HexE1A63F01A48C264938
Octal34124677032110144611170
Binary1110000110100110111111011010100100011001001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A63F; }

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

 H1.HeaderClassName
 {
   color: #E1A63F;
 }
 .AnyTagClassName
 {
   color: #E1A63F;
 }
</style>
background-color css

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

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

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

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

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

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