#EDA564

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

Shades of Sandy Brown #EDA564

Tints of Sandy Brown #EDA564

Color information

#EDA564 (or 0xEDA564) is unknown color: approx Sandy Brown. HEX triplet: ED, A5 and 64. RGB value is (237,165,100). Sum of RGB (Red+Green+Blue) = 237+165+100=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA564 is #125A9B. Grayscale: #B3B3B3. Windows color (decimal): -1202844 or 6596077. OLE color: 6596077.

HSL color Cylindrical-coordinate representation of color #EDA564: hue angle of 28.47º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDA564 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB237165100-
CMYK00.300.580.07
HSL28.47º79.19%66.08%-
HSV(B)28.47º57.81%92.94%-
XYZ50.6845.8318.23-
YUV179.1283.35169.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 100 (39.45% from 255) = 19.92%
R=47.21%
G=32.87%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716510000.300.580.0728.4779.1966.08
HexEDA56401E3A71c4f42
Octal35524514403672734117102
Binary111011011010010111001000111101110101111110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA564; }

 p { color: rgb(237,165,100); }

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

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

 a { background-color: rgb(237,165,100); }

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

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

 span { border-color: rgb(237,165,100); }

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