#E1B03C

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

Shades of Tulip Tree #E1B03C

Tints of Tulip Tree #E1B03C

Color information

#E1B03C (or 0xE1B03C) is unknown color: approx Tulip Tree. HEX triplet: E1, B0 and 3C. RGB value is (225,176,60). Sum of RGB (Red+Green+Blue) = 225+176+60=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B03C is #1E4FC3. Grayscale: #B1B1B1. Windows color (decimal): -1986500 or 3977441. OLE color: 3977441.

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

Color convert

RGB22517660-
CMYK00.220.730.12
HSL42.18º73.33%55.88%-
HSV(B)42.18º73.33%88.24%-
XYZ47.3947.3810.92-
YUV177.4361.73161.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 60 (23.83% from 255) = 13.02%
R=48.81%
G=38.18%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251766000.220.730.1242.1873.3355.88
HexE1B03C01649C2a4938
Octal34126074026111145211170
Binary1110000110110000111100010110100100111001010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B03C; }

 p { color: rgb(225,176,60); }

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

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

 a { background-color: rgb(225,176,60); }

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

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

 span { border-color: rgb(225,176,60); }

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