#EDAD7B

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

Shades of Tacao #EDAD7B

Tints of Tacao #EDAD7B

Color information

#EDAD7B (or 0xEDAD7B) is unknown color: approx Tacao. HEX triplet: ED, AD and 7B. RGB value is (237,173,123). Sum of RGB (Red+Green+Blue) = 237+173+123=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD7B is #125284. Grayscale: #BABABA. Windows color (decimal): -1200773 or 8105453. OLE color: 8105453.

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

Color convert

RGB237173123-
CMYK00.270.480.07
HSL26.32º76%70.59%-
HSV(B)26.32º48.1%92.94%-
XYZ53.4449.3225.44-
YUV186.4492.2164.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 123 (48.44% from 255) = 23.08%
R=44.47%
G=32.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717312300.270.480.0726.327670.59
HexEDAD7B01B3071a4c47
Octal35525517303360732114107
Binary111011011010110111110110110111100001111101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD7B; }

 p { color: rgb(237,173,123); }

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

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

 a { background-color: rgb(237,173,123); }

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

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

 span { border-color: rgb(237,173,123); }

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