#E1BC3E

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

Shades of Tulip Tree #E1BC3E

Tints of Tulip Tree #E1BC3E

Color information

#E1BC3E (or 0xE1BC3E) is unknown color: approx Tulip Tree. HEX triplet: E1, BC and 3E. RGB value is (225,188,62). Sum of RGB (Red+Green+Blue) = 225+188+62=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC3E is #1E43C1. Grayscale: #B9B9B9. Windows color (decimal): -1983426 or 4111585. OLE color: 4111585.

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

Color convert

RGB22518862-
CMYK00.160.720.12
HSL46.38º73.09%56.27%-
HSV(B)46.38º72.44%88.24%-
XYZ49.952.3212.03-
YUV184.758.76156.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 62 (24.61% from 255) = 13.05%
R=47.37%
G=39.58%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251886200.160.720.1246.3873.0956.27
HexE1BC3E01048C2e4938
Octal34127476020110145611170
Binary1110000110111100111110010000100100011001011101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC3E; }

 p { color: rgb(225,188,62); }

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

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

 a { background-color: rgb(225,188,62); }

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

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

 span { border-color: rgb(225,188,62); }

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