#e5b048

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

Shades of Tulip Tree #E5B048

Tints of Tulip Tree #E5B048

Color information

#E5B048 (or 0xE5B048) is unknown color: approx Tulip Tree. HEX triplet: E5, B0 and 48. RGB value is (229,176,72). Sum of RGB (Red+Green+Blue) = 229+176+72=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B048 is #1A4FB7. Grayscale: #B4B4B4. Windows color (decimal): -1724344 or 4763877. OLE color: 4763877.

HSL color Cylindrical-coordinate representation of color #E5B048: hue angle of 39.75º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5B048 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB22917672-
CMYK00.230.690.10
HSL39.75º75.12%59.02%-
HSV(B)39.75º68.56%89.8%-
XYZ49.0148.1812.85-
YUV179.9967.06162.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.01%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=48.01%
G=36.90%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291767200.230.690.1039.7575.1259.02
HexE5B04801745A284b3b
Octal345260110027105125011373
Binary11100101101100001001000010111100010110101010001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b048; }

 p { color: rgb(229,176,72); }

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

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

 a { background-color: rgb(229,176,72); }

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

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

 span { border-color: rgb(229,176,72); }

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