#EAAA85

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

Shades of Tumbleweed #EAAA85

Tints of Tumbleweed #EAAA85

Color information

#EAAA85 (or 0xEAAA85) is unknown color: approx Tumbleweed. HEX triplet: EA, AA and 85. RGB value is (234,170,133). Sum of RGB (Red+Green+Blue) = 234+170+133=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA85 is #15557A. Grayscale: #B9B9B9. Windows color (decimal): -1398139 or 8760042. OLE color: 8760042.

HSL color Cylindrical-coordinate representation of color #EAAA85: hue angle of 21.98º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAAA85 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234170133-
CMYK00.270.430.08
HSL21.98º70.63%71.96%-
HSV(B)21.98º43.16%91.76%-
XYZ52.5447.9428.67-
YUV184.9298.7163.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=43.58%
G=31.66%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417013300.270.430.0821.9870.6371.96
HexEAAA8501B2B8164748
Octal352252205033531026107110
Binary11101010101010101000010101101110101110001011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA85; }

 p { color: rgb(234,170,133); }

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

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

 a { background-color: rgb(234,170,133); }

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

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

 span { border-color: rgb(234,170,133); }

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