#E0B035

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

Shades of Tulip Tree #E0B035

Tints of Tulip Tree #E0B035

Color information

#E0B035 (or 0xE0B035) is unknown color: approx Tulip Tree. HEX triplet: E0, B0 and 35. RGB value is (224,176,53). Sum of RGB (Red+Green+Blue) = 224+176+53=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B035 is #1F4FCA. Grayscale: #B0B0B0. Windows color (decimal): -2052043 or 3518688. OLE color: 3518688.

HSL color Cylindrical-coordinate representation of color #E0B035: hue angle of 43.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0B035 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB22417653-
CMYK00.210.760.12
HSL43.16º73.39%54.31%-
HSV(B)43.16º76.34%87.84%-
XYZ46.9147.1610-
YUV176.3358.4162-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.45%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 53 (21.09% from 255) = 11.70%
R=49.45%
G=38.85%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241765300.210.760.1243.1673.3954.31
HexE0B0350154CC2b4936
Octal34026065025114145311166
Binary1110000010110000110101010101100110011001010111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B035; }

 p { color: rgb(224,176,53); }

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

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

 a { background-color: rgb(224,176,53); }

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

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

 span { border-color: rgb(224,176,53); }

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