#E5BA41

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

Shades of Tulip Tree #E5BA41

Tints of Tulip Tree #E5BA41

Color information

#E5BA41 (or 0xE5BA41) is unknown color: approx Tulip Tree. HEX triplet: E5, BA and 41. RGB value is (229,186,65). Sum of RGB (Red+Green+Blue) = 229+186+65=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA41 is #1A45BE. Grayscale: #B9B9B9. Windows color (decimal): -1721791 or 4307685. OLE color: 4307685.

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

Color convert

RGB22918665-
CMYK00.190.720.10
HSL44.27º75.93%57.65%-
HSV(B)44.27º71.62%89.8%-
XYZ50.8352.1612.39-
YUV185.0660.25159.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.71%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 65 (25.78% from 255) = 13.54%
R=47.71%
G=38.75%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291866500.190.720.1044.2775.9357.65
HexE5BA4101348A2c4c3a
Octal345272101023110125411472
Binary11100101101110101000001010011100100010101011001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BA41; }

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

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

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

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

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

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

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

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