#EAAD75

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

Shades of Tacao #EAAD75

Tints of Tacao #EAAD75

Color information

#EAAD75 (or 0xEAAD75) is unknown color: approx Tacao. HEX triplet: EA, AD and 75. RGB value is (234,173,117). Sum of RGB (Red+Green+Blue) = 234+173+117=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD75 is #15528A. Grayscale: #B9B9B9. Windows color (decimal): -1397387 or 7712234. OLE color: 7712234.

HSL color Cylindrical-coordinate representation of color #EAAD75: hue angle of 28.72º 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 #EAAD75 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB234173117-
CMYK00.260.50.08
HSL28.72º73.58%68.82%-
HSV(B)28.72º50%91.76%-
XYZ52.0948.6623.48-
YUV184.8689.71163.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=44.66%
G=33.02%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417311700.260.50.0828.7273.5868.82
HexEAAD7501A3281d4a45
Octal352255165032621035112105
Binary1110101010101101111010101101011001010001110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD75; }

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

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

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

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

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

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

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

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