#E5B93D

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

Shades of Tulip Tree #E5B93D

Tints of Tulip Tree #E5B93D

Color information

#E5B93D (or 0xE5B93D) is unknown color: approx Tulip Tree. HEX triplet: E5, B9 and 3D. RGB value is (229,185,61). Sum of RGB (Red+Green+Blue) = 229+185+61=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B93D is #1A46C2. Grayscale: #B8B8B8. Windows color (decimal): -1722051 or 4045285. OLE color: 4045285.

HSL color Cylindrical-coordinate representation of color #E5B93D: hue angle of 44.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5B93D is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB22918561-
CMYK00.190.730.10
HSL44.29º76.36%56.86%-
HSV(B)44.29º73.36%89.8%-
XYZ50.551.6911.73-
YUV184.0258.58160.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.21%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 61 (24.22% from 255) = 12.84%
R=48.21%
G=38.95%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291856100.190.730.1044.2976.3656.86
HexE5B93D01349A2c4c39
Octal34527175023111125411471
Binary1110010110111001111101010011100100110101011001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B93D; }

 p { color: rgb(229,185,61); }

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

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

 a { background-color: rgb(229,185,61); }

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

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

 span { border-color: rgb(229,185,61); }

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