Html Css Color HEX #ED9960 Sandy Brown

📋 copy color: '#ED9960'

red 237 ◦ green 153 ◦ blue 96

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

Shades of Sandy Brown #ED9960

Tints of Sandy Brown #ED9960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

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

R = 48.77%
G = 31.48%
B = 19.75%

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

#ED9960 (or 0xED9960) is known color: Sandy Brown. HEX triplet: ED, 99 and 60. RGB value is (237,153,96). Sum of RGB (Red+Green+Blue) = 237+153+96=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9960 is #12669F. Grayscale: #ABABAB. Windows color (decimal): -1205920 or 6330861. OLE color: 6330861.

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

Color convert

RGB 237 153 96 -
CMYK 0 0.35 0.59 0.07
HSL 24.26º 0.8% 0.65% -
HSV(B) 24.26º 0.59% 0.93% -
XYZ 48.43 41.63 16.55 -
YUV 171.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 237 153 96 0 0.35 0.59 0.07 24.26 0.8 0.65
Hex ED 99 60 0 23 3B 7 18 50 41
Octal 355 231 140 0 43 73 7 30 120 101
Binary 11101101 10011001 1100000 0 100011 111011 111 11000 1010000 1000001

Color Harmonies of #ED9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9960

Black with #ED9960

Text Example


Text Example

White with #ED9960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9960; }

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

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

background-color css

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

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

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

border-color css

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

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

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