#EDAC7B

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

Shades of Tacao #EDAC7B

Tints of Tacao #EDAC7B

Color information

#EDAC7B (or 0xEDAC7B) is unknown color: approx Tacao. HEX triplet: ED, AC and 7B. RGB value is (237,172,123). Sum of RGB (Red+Green+Blue) = 237+172+123=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC7B is #125384. Grayscale: #BABABA. Windows color (decimal): -1201029 or 8105197. OLE color: 8105197.

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

Color convert

RGB237172123-
CMYK00.270.480.07
HSL25.79º76%70.59%-
HSV(B)25.79º48.1%92.94%-
XYZ53.2548.9425.38-
YUV185.8592.53164.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 123 (48.44% from 255) = 23.12%
R=44.55%
G=32.33%
B=23.12%

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
Decimal23717212300.270.480.0725.797670.59
HexEDAC7B01B3071a4c47
Octal35525417303360732114107
Binary111011011010110011110110110111100001111101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC7B; }

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

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

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

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

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

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

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

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