#EDAB71

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

Shades of Tacao #EDAB71

Tints of Tacao #EDAB71

Color information

#EDAB71 (or 0xEDAB71) is unknown color: approx Tacao. HEX triplet: ED, AB and 71. RGB value is (237,171,113). Sum of RGB (Red+Green+Blue) = 237+171+113=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB71 is #12548E. Grayscale: #B8B8B8. Windows color (decimal): -1201295 or 7449581. OLE color: 7449581.

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

Color convert

RGB237171113-
CMYK00.280.520.07
HSL28.06º77.5%68.63%-
HSV(B)28.06º52.32%92.94%-
XYZ52.4748.3222.18-
YUV184.1287.87165.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 113 (44.53% from 255) = 21.69%
R=45.49%
G=32.82%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717111300.280.520.0728.0677.568.63
HexEDAB7101C3471c4e45
Octal35525316103464734116105
Binary111011011010101111100010111001101001111110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB71; }

 p { color: rgb(237,171,113); }

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

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

 a { background-color: rgb(237,171,113); }

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

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

 span { border-color: rgb(237,171,113); }

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