#E5BA3B

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

Shades of Tulip Tree #E5BA3B

Tints of Tulip Tree #E5BA3B

Color information

#E5BA3B (or 0xE5BA3B) is unknown color: approx Tulip Tree. HEX triplet: E5, BA and 3B. RGB value is (229,186,59). Sum of RGB (Red+Green+Blue) = 229+186+59=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA3B is #1A45C4. Grayscale: #B8B8B8. Windows color (decimal): -1721797 or 3914469. OLE color: 3914469.

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

Color convert

RGB22918659-
CMYK00.190.740.10
HSL44.82º76.58%56.47%-
HSV(B)44.82º74.24%89.8%-
XYZ50.6652.0911.52-
YUV184.3857.25159.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.31%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 59 (23.44% from 255) = 12.45%
R=48.31%
G=39.24%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291865900.190.740.1044.8276.5856.47
HexE5BA3B0134AA2d4d38
Octal34527273023112125511570
Binary1110010110111010111011010011100101010101011011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BA3B; }

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

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

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

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

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

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

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

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