#EDAC60

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

Shades of Sandy Brown #EDAC60

Tints of Sandy Brown #EDAC60

Color information

#EDAC60 (or 0xEDAC60) is unknown color: approx Sandy Brown. HEX triplet: ED, AC and 60. RGB value is (237,172,96). Sum of RGB (Red+Green+Blue) = 237+172+96=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC60 is #12539F. Grayscale: #B7B7B7. Windows color (decimal): -1201056 or 6335725. OLE color: 6335725.

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

Color convert

RGB23717296-
CMYK00.270.590.07
HSL32.34º79.66%65.29%-
HSV(B)32.34º59.49%92.94%-
XYZ51.7948.3517.67-
YUV182.7779.03166.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 96 (37.89% from 255) = 19.01%
R=46.93%
G=34.06%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371729600.270.590.0732.3479.6665.29
HexEDAC6001B3B7205041
Octal35525414003373740120101
Binary1110110110101100110000001101111101111110000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC60; }

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

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

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

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

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

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

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

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