#EDAE78

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

Shades of Tacao #EDAE78

Tints of Tacao #EDAE78

Color information

#EDAE78 (or 0xEDAE78) is unknown color: approx Tacao. HEX triplet: ED, AE and 78. RGB value is (237,174,120). Sum of RGB (Red+Green+Blue) = 237+174+120=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAE78 is #125187. Grayscale: #BABABA. Windows color (decimal): -1200520 or 7909101. OLE color: 7909101.

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

Color convert

RGB237174120-
CMYK00.270.490.07
HSL27.69º76.47%70%-
HSV(B)27.69º49.37%92.94%-
XYZ53.4549.6324.53-
YUV186.6890.37163.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 120 (47.27% from 255) = 22.60%
R=44.63%
G=32.77%
B=22.60%

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
Decimal23717412000.270.490.0727.6976.4770
HexEDAE7801B3171c4c46
Octal35525617003361734114106
Binary111011011010111011110000110111100011111110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE78; }

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

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

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

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

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

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

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

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