#EDAF7F

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

Shades of Tacao #EDAF7F

Tints of Tacao #EDAF7F

Color information

#EDAF7F (or 0xEDAF7F) is unknown color: approx Tacao. HEX triplet: ED, AF and 7F. RGB value is (237,175,127). Sum of RGB (Red+Green+Blue) = 237+175+127=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF7F is #125080. Grayscale: #BCBCBC. Windows color (decimal): -1200257 or 8368109. OLE color: 8368109.

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

Color convert

RGB237175127-
CMYK00.260.460.07
HSL26.18º75.34%71.37%-
HSV(B)26.18º46.41%92.94%-
XYZ54.0950.226.92-
YUV188.0793.54162.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 127 (50% from 255) = 23.56%
R=43.97%
G=32.47%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717512700.260.460.0726.1875.3471.37
HexEDAF7F01A2E71a4b47
Octal35525717703256732113107
Binary111011011010111111111110110101011101111101010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF7F; }

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

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

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

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

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

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

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

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