#EDA66C

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

Shades of Sandy Brown #EDA66C

Tints of Sandy Brown #EDA66C

Color information

#EDA66C (or 0xEDA66C) is unknown color: approx Sandy Brown. HEX triplet: ED, A6 and 6C. RGB value is (237,166,108). Sum of RGB (Red+Green+Blue) = 237+166+108=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA66C is #125993. Grayscale: #B4B4B4. Windows color (decimal): -1202580 or 7120621. OLE color: 7120621.

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

Color convert

RGB237166108-
CMYK00.300.540.07
HSL26.98º78.18%67.65%-
HSV(B)26.98º54.43%92.94%-
XYZ51.2746.3620.43-
YUV180.6287.02168.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=46.38%
G=32.49%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716610800.300.540.0726.9878.1867.65
HexEDA66C01E3671b4e44
Octal35524615403666733116104
Binary111011011010011011011000111101101101111101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA66C; }

 p { color: rgb(237,166,108); }

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

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

 a { background-color: rgb(237,166,108); }

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

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

 span { border-color: rgb(237,166,108); }

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