#E0B046

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

Shades of Tulip Tree #E0B046

Tints of Tulip Tree #E0B046

Color information

#E0B046 (or 0xE0B046) is unknown color: approx Tulip Tree. HEX triplet: E0, B0 and 46. RGB value is (224,176,70). Sum of RGB (Red+Green+Blue) = 224+176+70=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B046 is #1F4FB9. Grayscale: #B2B2B2. Windows color (decimal): -2052026 or 4632800. OLE color: 4632800.

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

Color convert

RGB22417670-
CMYK00.210.690.12
HSL41.3º71.3%57.65%-
HSV(B)41.3º68.75%87.84%-
XYZ47.3747.3412.44-
YUV178.2766.9160.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 70 (27.73% from 255) = 14.89%
R=47.66%
G=37.45%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241767000.210.690.1241.371.357.65
HexE0B04601545C29473a
Octal340260106025105145110772
Binary11100000101100001000110010101100010111001010011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B046; }

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

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

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

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

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

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

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

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