#E1B13D

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

Shades of Tulip Tree #E1B13D

Tints of Tulip Tree #E1B13D

Color information

#E1B13D (or 0xE1B13D) is unknown color: approx Tulip Tree. HEX triplet: E1, B1 and 3D. RGB value is (225,177,61). Sum of RGB (Red+Green+Blue) = 225+177+61=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B13D is #1E4EC2. Grayscale: #B2B2B2. Windows color (decimal): -1986243 or 4043233. OLE color: 4043233.

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

Color convert

RGB22517761-
CMYK00.210.730.12
HSL42.44º73.21%56.08%-
HSV(B)42.44º72.89%88.24%-
XYZ47.6247.7911.13-
YUV178.1361.9161.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 61 (24.22% from 255) = 13.17%
R=48.60%
G=38.23%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251776100.210.730.1242.4473.2156.08
HexE1B13D01549C2a4938
Octal34126175025111145211170
Binary1110000110110001111101010101100100111001010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B13D; }

 p { color: rgb(225,177,61); }

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

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

 a { background-color: rgb(225,177,61); }

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

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

 span { border-color: rgb(225,177,61); }

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