#EDA95F

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

Shades of Sandy Brown #EDA95F

Tints of Sandy Brown #EDA95F

Color information

#EDA95F (or 0xEDA95F) is unknown color: approx Sandy Brown. HEX triplet: ED, A9 and 5F. RGB value is (237,169,95). Sum of RGB (Red+Green+Blue) = 237+169+95=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA95F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA95F is #1256A0. Grayscale: #B5B5B5. Windows color (decimal): -1201825 or 6269421. OLE color: 6269421.

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

Color convert

RGB23716995-
CMYK00.290.600.07
HSL31.27º79.78%65.1%-
HSV(B)31.27º59.92%92.94%-
XYZ51.1847.2117.24-
YUV180.979.53168.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.31%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=47.31%
G=33.73%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371699500.290.600.0731.2779.7865.1
HexEDA95F01D3C71f5041
Octal35525113703574737120101
Binary111011011010100110111110111011111001111111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA95F; }

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

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

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

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

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

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

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

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