#ed955c

Color #ED955C Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #ED955C

Tints of Sandy Brown #ED955C

Color information

#ED955C (or 0xED955C) is unknown color: approx 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

RGB23714992-
CMYK00.370.610.07
HSL23.59º80.11%64.51%-
HSV(B)23.59º61.18%92.94%-
XYZ47.640.2715.39-
YUV168.8184.65176.63-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371499200.370.610.0723.5980.1164.51
HexED955C0253D7185041
Octal35522513404575730120101
Binary1110110110010101101110001001011111011111100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed955c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>