#EDA360

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

Shades of Sandy Brown #EDA360

Tints of Sandy Brown #EDA360

Color information

#EDA360 (or 0xEDA360) is unknown color: approx Sandy Brown. HEX triplet: ED, A3 and 60. RGB value is (237,163,96). Sum of RGB (Red+Green+Blue) = 237+163+96=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA360 is #125C9F. Grayscale: #B1B1B1. Windows color (decimal): -1203360 or 6333421. OLE color: 6333421.

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

Color convert

RGB23716396-
CMYK00.310.590.07
HSL28.51º79.66%65.29%-
HSV(B)28.51º59.49%92.94%-
XYZ50.1345.0417.12-
YUV177.4982.02170.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=47.78%
G=32.86%
B=19.35%

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
Decimal2371639600.310.590.0728.5179.6665.29
HexEDA36001F3B71d5041
Octal35524314003773735120101
Binary111011011010001111000000111111110111111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA360; }

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

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

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

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

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

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

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

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