Html Css Color HEX #ED955C Sandy Brown

📋 copy color: '#ED955C'

red 237 ◦ green 149 ◦ blue 92

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

Shades of Sandy Brown #ED955C

Tints of Sandy Brown #ED955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

 BLUE value IS 92 (36.33% from 255) = 19.25%

R = 49.58%
G = 31.17%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED955C (or 0xED955C) is known color: Sandy Brown. HEX triplet: ED, 95 and 5C. RGB value is (237,149,92). Sum of RGB (Red+Green+Blue) = 237+149+92=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED955C is #126AA3. Grayscale: #A9A9A9. Windows color (decimal): -1206948 or 6067693. OLE color: 6067693.

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

Color convert

RGB 237 149 92 -
CMYK 0 0.37 0.61 0.07
HSL 23.59º 0.8% 0.65% -
HSV(B) 23.59º 0.61% 0.93% -
XYZ 47.6 40.27 15.39 -
YUV 168.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 237 149 92 0 0.37 0.61 0.07 23.59 0.8 0.65
Hex ED 95 5C 0 25 3D 7 18 50 41
Octal 355 225 134 0 45 75 7 30 120 101
Binary 11101101 10010101 1011100 0 100101 111101 111 11000 1010000 1000001

Color Harmonies of #ED955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED955C

Black with #ED955C

Text Example


Text Example

White with #ED955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED955C; }

 p { color: rgb(237,149,92); }

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

background-color css

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

 a { background-color: rgb(237,149,92); }

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

border-color css

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

 span { border-color: rgb(237,149,92); }

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