Html Css Color HEX #EDA060 Sandy Brown

📋 copy color: '#EDA060'

red 237 ◦ green 160 ◦ blue 96

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

Shades of Sandy Brown #EDA060

Tints of Sandy Brown #EDA060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.45%

 BLUE value IS 96 (37.89% from 255) = 19.47%

R = 48.07%
G = 32.45%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDA060 (or 0xEDA060) is known color: Sandy Brown. HEX triplet: ED, A0 and 60. RGB value is (237,160,96). Sum of RGB (Red+Green+Blue) = 237+160+96=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA060 is #125F9F. Grayscale: #B0B0B0. Windows color (decimal): -1204128 or 6332653. OLE color: 6332653.

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

Color convert

RGB 237 160 96 -
CMYK 0 0.32 0.59 0.07
HSL 27.23º 0.8% 0.65% -
HSV(B) 27.23º 0.59% 0.93% -
XYZ 49.61 43.99 16.94 -
YUV 175.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 237 160 96 0 0.32 0.59 0.07 27.23 0.8 0.65
Hex ED A0 60 0 20 3B 7 1B 50 41
Octal 355 240 140 0 40 73 7 33 120 101
Binary 11101101 10100000 1100000 0 100000 111011 111 11011 1010000 1000001

Color Harmonies of #EDA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA060

Black with #EDA060

Text Example


Text Example

White with #EDA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA060; }

 p { color: rgb(237,160,96); }

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

background-color css

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

 a { background-color: rgb(237,160,96); }

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

border-color css

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

 span { border-color: rgb(237,160,96); }

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