#E1A948

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

Shades of Tulip Tree #E1A948

Tints of Tulip Tree #E1A948

Color information

#E1A948 (or 0xE1A948) is unknown color: approx Tulip Tree. HEX triplet: E1, A9 and 48. RGB value is (225,169,72). Sum of RGB (Red+Green+Blue) = 225+169+72=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A948 is #1E56B7. Grayscale: #AFAFAF. Windows color (decimal): -1988280 or 4762081. OLE color: 4762081.

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

Color convert

RGB22516972-
CMYK00.250.680.12
HSL38.04º71.83%58.24%-
HSV(B)38.04º68%88.24%-
XYZ46.4144.8512.34-
YUV174.6970.05163.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 72 (28.52% from 255) = 15.45%
R=48.28%
G=36.27%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251697200.250.680.1238.0471.8358.24
HexE1A94801944C26483a
Octal341251110031104144611072
Binary11100001101010011001000011001100010011001001101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A948; }

 p { color: rgb(225,169,72); }

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

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

 a { background-color: rgb(225,169,72); }

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

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

 span { border-color: rgb(225,169,72); }

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