Html Css Color HEX #EDAA61 Sandy Brown

📋 copy color: '#EDAA61'

red 237 ◦ green 170 ◦ blue 97

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

Shades of Sandy Brown #EDAA61

Tints of Sandy Brown #EDAA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.25%

R = 47.02%
G = 33.73%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDAA61 (or 0xEDAA61) is known color: Sandy Brown. HEX triplet: ED, AA and 61. RGB value is (237,170,97). Sum of RGB (Red+Green+Blue) = 237+170+97=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA61 is #12559E. Grayscale: #B6B6B6. Windows color (decimal): -1201567 or 6400749. OLE color: 6400749.

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

Color convert

RGB 237 170 97 -
CMYK 0 0.28 0.59 0.07
HSL 31.29º 0.8% 0.65% -
HSV(B) 31.29º 0.59% 0.93% -
XYZ 51.46 47.62 17.79 -
YUV 181.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 237 170 97 0 0.28 0.59 0.07 31.29 0.8 0.65
Hex ED AA 61 0 1C 3B 7 1F 50 41
Octal 355 252 141 0 34 73 7 37 120 101
Binary 11101101 10101010 1100001 0 11100 111011 111 11111 1010000 1000001

Color Harmonies of #EDAA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA61

Black with #EDAA61

Text Example


Text Example

White with #EDAA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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