#EDAA65

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

Shades of Sandy Brown #EDAA65

Tints of Sandy Brown #EDAA65

Color information

#EDAA65 (or 0xEDAA65) is unknown color: approx Sandy Brown. HEX triplet: ED, AA and 65. RGB value is (237,170,101). Sum of RGB (Red+Green+Blue) = 237+170+101=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA65 is #12559A. Grayscale: #B6B6B6. Windows color (decimal): -1201563 or 6662893. OLE color: 6662893.

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

Color convert

RGB237170101-
CMYK00.280.570.07
HSL30.44º79.07%66.27%-
HSV(B)30.44º57.38%92.94%-
XYZ51.6547.6918.8-
YUV182.1782.2167.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 101 (39.84% from 255) = 19.88%
R=46.65%
G=33.46%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717010100.280.570.0730.4479.0766.27
HexEDAA6501C3971e4f42
Octal35525214503471736117102
Binary111011011010101011001010111001110011111111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA65; }

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

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

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

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

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

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

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

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