#EDAA64

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

Shades of Sandy Brown #EDAA64

Tints of Sandy Brown #EDAA64

Color information

#EDAA64 (or 0xEDAA64) is unknown color: approx Sandy Brown. HEX triplet: ED, AA and 64. RGB value is (237,170,100). Sum of RGB (Red+Green+Blue) = 237+170+100=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA64 is #12559B. Grayscale: #B6B6B6. Windows color (decimal): -1201564 or 6597357. OLE color: 6597357.

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

Color convert

RGB237170100-
CMYK00.280.580.07
HSL30.66º79.19%66.08%-
HSV(B)30.66º57.81%92.94%-
XYZ51.647.6718.54-
YUV182.0581.7167.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 100 (39.45% from 255) = 19.72%
R=46.75%
G=33.53%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717010000.280.580.0730.6679.1966.08
HexEDAA6401C3A71f4f42
Octal35525214403472737117102
Binary111011011010101011001000111001110101111111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA64; }

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

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

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

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

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

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

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

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