#edad7f

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

Shades of Tacao #EDAD7F

Tints of Tacao #EDAD7F

Color information

#EDAD7F (or 0xEDAD7F) is unknown color: approx Tacao. HEX triplet: ED, AD and 7F. RGB value is (237,173,127). Sum of RGB (Red+Green+Blue) = 237+173+127=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD7F is #125280. Grayscale: #BBBBBB. Windows color (decimal): -1200769 or 8367597. OLE color: 8367597.

HSL color Cylindrical-coordinate representation of color #EDAD7F: hue angle of 25.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDAD7F is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237173127-
CMYK00.270.460.07
HSL25.09º75.34%71.37%-
HSV(B)25.09º46.41%92.94%-
XYZ53.749.4226.79-
YUV186.8994.2163.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 127 (50% from 255) = 23.65%
R=44.13%
G=32.22%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717312700.270.460.0725.0975.3471.37
HexEDAD7F01B2E7194b47
Octal35525517703356731113107
Binary111011011010110111111110110111011101111100110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edad7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edad7f; }

 p { color: rgb(237,173,127); }

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

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

 a { background-color: rgb(237,173,127); }

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

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

 span { border-color: rgb(237,173,127); }

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