#E0A16F

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

Shades of Tumbleweed #E0A16F

Tints of Tumbleweed #E0A16F

Color information

#E0A16F (or 0xE0A16F) is unknown color: approx Tumbleweed. HEX triplet: E0, A1 and 6F. RGB value is (224,161,111). Sum of RGB (Red+Green+Blue) = 224+161+111=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A16F is #1F5E90. Grayscale: #AEAEAE. Windows color (decimal): -2055825 or 7315936. OLE color: 7315936.

HSL color Cylindrical-coordinate representation of color #E0A16F: hue angle of 26.55º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0A16F is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224161111-
CMYK00.280.500.12
HSL26.55º64.57%65.69%-
HSV(B)26.55º50.45%87.84%-
XYZ46.3542.4820.8-
YUV174.1492.37163.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=45.16%
G=32.46%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416111100.280.500.1226.5564.5765.69
HexE0A16F01C32C1b4142
Octal340241157034621433101102
Binary1110000010100001110111101110011001011001101110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A16F; }

 p { color: rgb(224,161,111); }

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

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

 a { background-color: rgb(224,161,111); }

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

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

 span { border-color: rgb(224,161,111); }

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