#EDAC78

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

Shades of Tacao #EDAC78

Tints of Tacao #EDAC78

Color information

#EDAC78 (or 0xEDAC78) is unknown color: approx Tacao. HEX triplet: ED, AC and 78. RGB value is (237,172,120). Sum of RGB (Red+Green+Blue) = 237+172+120=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC78 is #125387. Grayscale: #B9B9B9. Windows color (decimal): -1201032 or 7908589. OLE color: 7908589.

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

Color convert

RGB237172120-
CMYK00.270.490.07
HSL26.67º76.47%70%-
HSV(B)26.67º49.37%92.94%-
XYZ53.0748.8724.4-
YUV185.5191.03164.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 120 (47.27% from 255) = 22.68%
R=44.80%
G=32.51%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717212000.270.490.0726.6776.4770
HexEDAC7801B3171b4c46
Octal35525417003361733114106
Binary111011011010110011110000110111100011111101110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC78; }

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

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

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

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

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

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

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

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