#E1B53A

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

Shades of Tulip Tree #E1B53A

Tints of Tulip Tree #E1B53A

Color information

#E1B53A (or 0xE1B53A) is unknown color: approx Tulip Tree. HEX triplet: E1, B5 and 3A. RGB value is (225,181,58). Sum of RGB (Red+Green+Blue) = 225+181+58=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B53A is #1E4AC5. Grayscale: #B4B4B4. Windows color (decimal): -1985222 or 3847649. OLE color: 3847649.

HSL color Cylindrical-coordinate representation of color #E1B53A: hue angle of 44.19º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1B53A is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22518158-
CMYK00.200.740.12
HSL44.19º73.57%55.49%-
HSV(B)44.19º74.22%88.24%-
XYZ48.3449.3610.98-
YUV180.1359.08160-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 58 (23.05% from 255) = 12.5%
R=48.49%
G=39.01%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251815800.200.740.1244.1973.5755.49
HexE1B53A0144AC2c4a37
Octal34126572024112145411267
Binary1110000110110101111010010100100101011001011001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B53A; }

 p { color: rgb(225,181,58); }

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

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

 a { background-color: rgb(225,181,58); }

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

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

 span { border-color: rgb(225,181,58); }

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