Html Css Color HEX #ED985B Sandy Brown

📋 copy color: '#ED985B'

red 237 ◦ green 152 ◦ blue 91

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

Shades of Sandy Brown #ED985B

Tints of Sandy Brown #ED985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.96%

R = 49.38%
G = 31.67%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED985B (or 0xED985B) is known color: Sandy Brown. HEX triplet: ED, 98 and 5B. RGB value is (237,152,91). Sum of RGB (Red+Green+Blue) = 237+152+91=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED985B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED985B is #1267A4. Grayscale: #AAAAAA. Windows color (decimal): -1206181 or 6002925. OLE color: 6002925.

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

Color convert

RGB 237 152 91 -
CMYK 0 0.36 0.62 0.07
HSL 25.07º 0.8% 0.64% -
HSV(B) 25.07º 0.62% 0.93% -
XYZ 48.04 41.22 15.32 -
YUV 170.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 237 152 91 0 0.36 0.62 0.07 25.07 0.8 0.64
Hex ED 98 5B 0 24 3E 7 19 50 40
Octal 355 230 133 0 44 76 7 31 120 100
Binary 11101101 10011000 1011011 0 100100 111110 111 11001 1010000 1000000

Color Harmonies of #ED985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED985B

Black with #ED985B

Text Example


Text Example

White with #ED985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED985B; }

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

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

background-color css

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

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

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

border-color css

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

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

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