#EDAF75

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

Shades of Tacao #EDAF75

Tints of Tacao #EDAF75

Color information

#EDAF75 (or 0xEDAF75) is unknown color: approx Tacao. HEX triplet: ED, AF and 75. RGB value is (237,175,117). Sum of RGB (Red+Green+Blue) = 237+175+117=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF75 is #12508A. Grayscale: #BBBBBB. Windows color (decimal): -1200267 or 7712749. OLE color: 7712749.

HSL color Cylindrical-coordinate representation of color #EDAF75: hue angle of 29º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDAF75 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237175117-
CMYK00.260.510.07
HSL29º76.92%69.41%-
HSV(B)29º50.63%92.94%-
XYZ53.4749.9523.65-
YUV186.9388.54163.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=44.80%
G=33.08%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717511700.260.510.072976.9269.41
HexEDAF7501A3371d4d45
Octal35525716503263735115105
Binary111011011010111111101010110101100111111110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF75; }

 p { color: rgb(237,175,117); }

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

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

 a { background-color: rgb(237,175,117); }

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

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

 span { border-color: rgb(237,175,117); }

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