#E5BA3E

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

Shades of Tulip Tree #E5BA3E

Tints of Tulip Tree #E5BA3E

Color information

#E5BA3E (or 0xE5BA3E) is unknown color: approx Tulip Tree. HEX triplet: E5, BA and 3E. RGB value is (229,186,62). Sum of RGB (Red+Green+Blue) = 229+186+62=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA3E is #1A45C1. Grayscale: #B9B9B9. Windows color (decimal): -1721794 or 4111077. OLE color: 4111077.

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

Color convert

RGB22918662-
CMYK00.190.730.10
HSL44.55º76.26%57.06%-
HSV(B)44.55º72.93%89.8%-
XYZ50.7452.1211.94-
YUV184.7258.75159.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.01%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 62 (24.61% from 255) = 13.00%
R=48.01%
G=38.99%
B=13.00%

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
Decimal2291866200.190.730.1044.5576.2657.06
HexE5BA3E01349A2d4c39
Octal34527276023111125511471
Binary1110010110111010111110010011100100110101011011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BA3E; }

 p { color: rgb(229,186,62); }

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

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

 a { background-color: rgb(229,186,62); }

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

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

 span { border-color: rgb(229,186,62); }

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