Html Css Color HEX #EAA575 Tacao

📋 copy color: '#EAA575'

red 234 ◦ green 165 ◦ blue 117

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

Shades of Tacao #EAA575

Tints of Tacao #EAA575

RGB

 RED value IS 234 (91.8% from 255) = 45.35%

 GREEN value IS 165 (64.84% from 255) = 31.98%

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 45.35%
G = 31.98%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAA575 (or 0xEAA575) is known color: Tacao. HEX triplet: EA, A5 and 75. RGB value is (234,165,117). Sum of RGB (Red+Green+Blue) = 234+165+117=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA575 is #155A8A. Grayscale: #B4B4B4. Windows color (decimal): -1399435 or 7710186. OLE color: 7710186.

HSL color Cylindrical-coordinate representation of color #EAA575: hue angle of 24.62º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAA575 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 117 -
CMYK 0 0.29 0.5 0.08
HSL 24.62º 0.74% 0.69% -
HSV(B) 24.62º 0.5% 0.92% -
XYZ 50.6 45.69 22.98 -
YUV 180.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 234 165 117 0 0.29 0.5 0.08 24.62 0.74 0.69
Hex EA A5 75 0 1D 32 8 19 4A 45
Octal 352 245 165 0 35 62 10 31 112 105
Binary 11101010 10100101 1110101 0 11101 110010 1000 11001 1001010 1000101

Color Harmonies of #EAA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA575

Black with #EAA575

Text Example


Text Example

White with #EAA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA575; }

 p { color: rgb(234,165,117); }

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

background-color css

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

 a { background-color: rgb(234,165,117); }

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

border-color css

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

 span { border-color: rgb(234,165,117); }

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