#E5B134

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

Shades of Tulip Tree #E5B134

Tints of Tulip Tree #E5B134

Color information

#E5B134 (or 0xE5B134) is unknown color: approx Tulip Tree. HEX triplet: E5, B1 and 34. RGB value is (229,177,52). Sum of RGB (Red+Green+Blue) = 229+177+52=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B134 is #1A4ECB. Grayscale: #B2B2B2. Windows color (decimal): -1724108 or 3453413. OLE color: 3453413.

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

Color convert

RGB22917752-
CMYK00.230.770.10
HSL42.37º77.29%55.1%-
HSV(B)42.37º77.29%89.8%-
XYZ48.6648.3510.02-
YUV178.356.73164.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 52 (20.70% from 255) = 11.35%
R=50%
G=38.65%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291775200.230.770.1042.3777.2955.1
HexE5B1340174DA2a4d37
Octal34526164027115125211567
Binary1110010110110001110100010111100110110101010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B134; }

 p { color: rgb(229,177,52); }

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

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

 a { background-color: rgb(229,177,52); }

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

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

 span { border-color: rgb(229,177,52); }

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