#ED985F

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

Shades of Sandy Brown #ED985F

Tints of Sandy Brown #ED985F

Color information

#ED985F (or 0xED985F) is unknown color: approx Sandy Brown. HEX triplet: ED, 98 and 5F. RGB value is (237,152,95). Sum of RGB (Red+Green+Blue) = 237+152+95=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED985F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED985F is #1267A0. Grayscale: #ABABAB. Windows color (decimal): -1206177 or 6265069. OLE color: 6265069.

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

Color convert

RGB23715295-
CMYK00.360.600.07
HSL24.08º79.78%65.1%-
HSV(B)24.08º59.92%92.94%-
XYZ48.2241.2916.25-
YUV170.9285.16175.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 95 (37.5% from 255) = 19.63%
R=48.97%
G=31.40%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371529500.360.600.0724.0879.7865.1
HexED985F0243C7185041
Octal35523013704474730120101
Binary1110110110011000101111101001001111001111100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED985F; }

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

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

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

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

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

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

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

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