#ED995F

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

Shades of Sandy Brown #ED995F

Tints of Sandy Brown #ED995F

Color information

#ED995F (or 0xED995F) is unknown color: approx Sandy Brown. HEX triplet: ED, 99 and 5F. RGB value is (237,153,95). Sum of RGB (Red+Green+Blue) = 237+153+95=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED995F is #1266A0. Grayscale: #ABABAB. Windows color (decimal): -1205921 or 6265325. OLE color: 6265325.

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

Color convert

RGB23715395-
CMYK00.350.600.07
HSL24.51º79.78%65.1%-
HSV(B)24.51º59.92%92.94%-
XYZ48.3841.6116.31-
YUV171.584.83174.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.87%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 95 (37.5% from 255) = 19.59%
R=48.87%
G=31.55%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371539500.350.600.0724.5179.7865.1
HexED995F0233C7195041
Octal35523113704374731120101
Binary1110110110011001101111101000111111001111100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED995F; }

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

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

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

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

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

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

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

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