Html Css Color HEX #ED985D Sandy Brown

📋 copy color: '#ED985D'

red 237 ◦ green 152 ◦ blue 93

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

Shades of Sandy Brown #ED985D

Tints of Sandy Brown #ED985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.54%

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 49.17%
G = 31.54%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED985D (or 0xED985D) is known color: Sandy Brown. HEX triplet: ED, 98 and 5D. RGB value is (237,152,93). Sum of RGB (Red+Green+Blue) = 237+152+93=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED985D is #1267A2. Grayscale: #ABABAB. Windows color (decimal): -1206179 or 6133997. OLE color: 6133997.

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

Color convert

RGB 237 152 93 -
CMYK 0 0.36 0.61 0.07
HSL 24.58º 0.8% 0.65% -
HSV(B) 24.58º 0.61% 0.93% -
XYZ 48.13 41.25 15.78 -
YUV 170.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 237 152 93 0 0.36 0.61 0.07 24.58 0.8 0.65
Hex ED 98 5D 0 24 3D 7 19 50 41
Octal 355 230 135 0 44 75 7 31 120 101
Binary 11101101 10011000 1011101 0 100100 111101 111 11001 1010000 1000001

Color Harmonies of #ED985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED985D

Black with #ED985D

Text Example


Text Example

White with #ED985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED985D; }

 p { color: rgb(237,152,93); }

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

background-color css

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

 a { background-color: rgb(237,152,93); }

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

border-color css

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

 span { border-color: rgb(237,152,93); }

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