Html Css Color HEX #EDAA6C Sandy Brown

📋 copy color: '#EDAA6C'

red 237 ◦ green 170 ◦ blue 108

#EDAA6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #EDAA6C

Tints of Sandy Brown #EDAA6C

RGB

 RED value IS 237 (92.97% from 255) = 46.02%

 GREEN value IS 170 (66.8% from 255) = 33.01%

 BLUE value IS 108 (42.58% from 255) = 20.97%

R = 46.02%
G = 33.01%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDAA6C (or 0xEDAA6C) is known color: Sandy Brown. HEX triplet: ED, AA and 6C. RGB value is (237,170,108). Sum of RGB (Red+Green+Blue) = 237+170+108=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA6C is #125593. Grayscale: #B7B7B7. Windows color (decimal): -1201556 or 7121645. OLE color: 7121645.

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

Color convert

RGB 237 170 108 -
CMYK 0 0.28 0.54 0.07
HSL 28.84º 0.78% 0.68% -
HSV(B) 28.84º 0.54% 0.93% -
XYZ 52.01 47.84 20.68 -
YUV 182.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 237 170 108 0 0.28 0.54 0.07 28.84 0.78 0.68
Hex ED AA 6C 0 1C 36 7 1D 4E 44
Octal 355 252 154 0 34 66 7 35 116 104
Binary 11101101 10101010 1101100 0 11100 110110 111 11101 1001110 1000100

Color Harmonies of #EDAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA6C

Black with #EDAA6C

Text Example


Text Example

White with #EDAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA6C; }

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

 H1.HeaderClassName
 {
   color: #EDAA6C;
 }
 .AnyTagClassName
 {
   color: #EDAA6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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