#E2B134

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

Shades of Tulip Tree #E2B134

Tints of Tulip Tree #E2B134

Color information

#E2B134 (or 0xE2B134) is unknown color: approx Tulip Tree. HEX triplet: E2, B1 and 34. RGB value is (226,177,52). Sum of RGB (Red+Green+Blue) = 226+177+52=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B134 is #1D4ECB. Grayscale: #B1B1B1. Windows color (decimal): -1920716 or 3453410. OLE color: 3453410.

HSL color Cylindrical-coordinate representation of color #E2B134: hue angle of 43.1º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2B134 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB22617752-
CMYK00.220.770.11
HSL43.1º75%54.51%-
HSV(B)43.1º76.99%88.63%-
XYZ47.7147.869.97-
YUV177.457.23162.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.67%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 52 (20.70% from 255) = 11.43%
R=49.67%
G=38.90%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261775200.220.770.1143.17554.51
HexE2B1340164DB2b4b37
Octal34226164026115135311367
Binary1110001010110001110100010110100110110111010111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B134; }

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

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

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

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

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

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

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

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