#eda460

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

Shades of Sandy Brown #EDA460

Tints of Sandy Brown #EDA460

Color information

#EDA460 (or 0xEDA460) is unknown color: approx Sandy Brown. HEX triplet: ED, A4 and 60. RGB value is (237,164,96). Sum of RGB (Red+Green+Blue) = 237+164+96=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA460 is #125B9F. Grayscale: #B2B2B2. Windows color (decimal): -1203104 or 6333677. OLE color: 6333677.

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

Color convert

RGB23716496-
CMYK00.310.590.07
HSL28.94º79.66%65.29%-
HSV(B)28.94º59.49%92.94%-
XYZ50.3145.417.18-
YUV178.0881.68170.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=47.69%
G=33.00%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371649600.310.590.0728.9479.6665.29
HexEDA46001F3B71d5041
Octal35524414003773735120101
Binary111011011010010011000000111111110111111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eda460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eda460; }

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

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

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

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

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

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

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

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