Html Css Color HEX #ED9A60 Sandy Brown

📋 copy color: '#ED9A60'

red 237 ◦ green 154 ◦ blue 96

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

Shades of Sandy Brown #ED9A60

Tints of Sandy Brown #ED9A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.62%

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

R = 48.67%
G = 31.62%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED9A60 (or 0xED9A60) is known color: Sandy Brown. HEX triplet: ED, 9A and 60. RGB value is (237,154,96). Sum of RGB (Red+Green+Blue) = 237+154+96=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A60 is #12659F. Grayscale: #ACACAC. Windows color (decimal): -1205664 or 6331117. OLE color: 6331117.

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

Color convert

RGB 237 154 96 -
CMYK 0 0.35 0.59 0.07
HSL 24.68º 0.8% 0.65% -
HSV(B) 24.68º 0.59% 0.93% -
XYZ 48.59 41.96 16.6 -
YUV 172.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 237 154 96 0 0.35 0.59 0.07 24.68 0.8 0.65
Hex ED 9A 60 0 23 3B 7 19 50 41
Octal 355 232 140 0 43 73 7 31 120 101
Binary 11101101 10011010 1100000 0 100011 111011 111 11001 1010000 1000001

Color Harmonies of #ED9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A60

Black with #ED9A60

Text Example


Text Example

White with #ED9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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