Html Css Color HEX #E5A074 Tumbleweed

📋 copy color: '#E5A074'

red 229 ◦ green 160 ◦ blue 116

#E5A074
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #E5A074

Tints of Tumbleweed #E5A074

RGB

 RED value IS 229 (89.84% from 255) = 45.35%

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 45.35%
G = 31.68%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5A074 (or 0xE5A074) is known color: Tumbleweed. HEX triplet: E5, A0 and 74. RGB value is (229,160,116). Sum of RGB (Red+Green+Blue) = 229+160+116=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A074 is #1A5F8B. Grayscale: #AFAFAF. Windows color (decimal): -1728396 or 7643365. OLE color: 7643365.

HSL color Cylindrical-coordinate representation of color #E5A074: hue angle of 23.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5A074 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 160 116 -
CMYK 0 0.30 0.49 0.10
HSL 23.36º 0.68% 0.68% -
HSV(B) 23.36º 0.49% 0.9% -
XYZ 48.04 43.06 22.3 -
YUV 175.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 229 160 116 0 0.30 0.49 0.10 23.36 0.68 0.68
Hex E5 A0 74 0 1E 31 A 17 44 44
Octal 345 240 164 0 36 61 12 27 104 104
Binary 11100101 10100000 1110100 0 11110 110001 1010 10111 1000100 1000100

Color Harmonies of #E5A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A074

Black with #E5A074

Text Example


Text Example

White with #E5A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A074; }

 p { color: rgb(229,160,116); }

 H1.HeaderClassName
 {
   color: #E5A074;
 }
 .AnyTagClassName
 {
   color: #E5A074;
 }
</style>

background-color css

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

 a { background-color: rgb(229,160,116); }

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

border-color css

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

 span { border-color: rgb(229,160,116); }

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