#EDAD5F

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

Shades of Sandy Brown #EDAD5F

Tints of Sandy Brown #EDAD5F

Color information

#EDAD5F (or 0xEDAD5F) is unknown color: approx Sandy Brown. HEX triplet: ED, AD and 5F. RGB value is (237,173,95). Sum of RGB (Red+Green+Blue) = 237+173+95=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD5F is #1252A0. Grayscale: #B7B7B7. Windows color (decimal): -1200801 or 6270445. OLE color: 6270445.

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

Color convert

RGB23717395-
CMYK00.270.600.07
HSL32.96º79.78%65.1%-
HSV(B)32.96º59.92%92.94%-
XYZ51.9348.7217.49-
YUV183.2478.2166.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=46.93%
G=34.26%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371739500.270.600.0732.9679.7865.1
HexEDAD5F01B3C7215041
Octal35525513703374741120101
Binary1110110110101101101111101101111110011110000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD5F; }

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

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

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

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

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

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

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

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