#EDAB60

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

Shades of Sandy Brown #EDAB60

Tints of Sandy Brown #EDAB60

Color information

#EDAB60 (or 0xEDAB60) is unknown color: approx Sandy Brown. HEX triplet: ED, AB and 60. RGB value is (237,171,96). Sum of RGB (Red+Green+Blue) = 237+171+96=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB60 is #12549F. Grayscale: #B6B6B6. Windows color (decimal): -1201312 or 6335469. OLE color: 6335469.

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

Color convert

RGB23717196-
CMYK00.280.590.07
HSL31.91º79.66%65.29%-
HSV(B)31.91º59.49%92.94%-
XYZ51.647.9717.61-
YUV182.1879.37167.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 96 (37.89% from 255) = 19.05%
R=47.02%
G=33.93%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371719600.280.590.0731.9179.6665.29
HexEDAB6001C3B7205041
Octal35525314003473740120101
Binary1110110110101011110000001110011101111110000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB60; }

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

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

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

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

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

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

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

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