#EDAC71

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

Shades of Tacao #EDAC71

Tints of Tacao #EDAC71

Color information

#EDAC71 (or 0xEDAC71) is unknown color: approx Tacao. HEX triplet: ED, AC and 71. RGB value is (237,172,113). Sum of RGB (Red+Green+Blue) = 237+172+113=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC71 is #12538E. Grayscale: #B9B9B9. Windows color (decimal): -1201039 or 7449837. OLE color: 7449837.

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

Color convert

RGB237172113-
CMYK00.270.520.07
HSL28.55º77.5%68.63%-
HSV(B)28.55º52.32%92.94%-
XYZ52.6648.722.25-
YUV184.7187.53165.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 113 (44.53% from 255) = 21.65%
R=45.40%
G=32.95%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717211300.270.520.0728.5577.568.63
HexEDAC7101B3471d4e45
Octal35525416103364735116105
Binary111011011010110011100010110111101001111110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC71; }

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

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

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

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

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

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

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

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