Html Css Color HEX #ED9460 Sandy Brown

📋 copy color: '#ED9460'

red 237 ◦ green 148 ◦ blue 96

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

Shades of Sandy Brown #ED9460

Tints of Sandy Brown #ED9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

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

R = 49.27%
G = 30.77%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED9460 (or 0xED9460) is known color: Sandy Brown. HEX triplet: ED, 94 and 60. RGB value is (237,148,96). Sum of RGB (Red+Green+Blue) = 237+148+96=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9460 is #126B9F. Grayscale: #A8A8A8. Windows color (decimal): -1207200 or 6329581. OLE color: 6329581.

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

Color convert

RGB 237 148 96 -
CMYK 0 0.38 0.59 0.07
HSL 22.13º 0.8% 0.65% -
HSV(B) 22.13º 0.59% 0.93% -
XYZ 47.63 40.03 16.28 -
YUV 168.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 237 148 96 0 0.38 0.59 0.07 22.13 0.8 0.65
Hex ED 94 60 0 26 3B 7 16 50 41
Octal 355 224 140 0 46 73 7 26 120 101
Binary 11101101 10010100 1100000 0 100110 111011 111 10110 1010000 1000001

Color Harmonies of #ED9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9460

Black with #ED9460

Text Example


Text Example

White with #ED9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9460; }

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

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

background-color css

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

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

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

border-color css

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

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

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