#EDAA6A

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

Shades of Sandy Brown #EDAA6A

Tints of Sandy Brown #EDAA6A

Color information

#EDAA6A (or 0xEDAA6A) is unknown color: approx Sandy Brown. HEX triplet: ED, AA and 6A. RGB value is (237,170,106). Sum of RGB (Red+Green+Blue) = 237+170+106=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA6A is #125595. Grayscale: #B7B7B7. Windows color (decimal): -1201558 or 6990573. OLE color: 6990573.

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

Color convert

RGB237170106-
CMYK00.280.550.07
HSL29.31º78.44%67.25%-
HSV(B)29.31º55.27%92.94%-
XYZ51.947.7920.13-
YUV182.7484.7166.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=46.20%
G=33.14%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717010600.280.550.0729.3178.4467.25
HexEDAA6A01C3771d4e43
Octal35525215203467735116103
Binary111011011010101011010100111001101111111110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA6A; }

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

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

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

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

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

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

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

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