#ED975B

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

Shades of Sandy Brown #ED975B

Tints of Sandy Brown #ED975B

Color information

#ED975B (or 0xED975B) is unknown color: approx Sandy Brown. HEX triplet: ED, 97 and 5B. RGB value is (237,151,91). Sum of RGB (Red+Green+Blue) = 237+151+91=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED975B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED975B is #1268A4. Grayscale: #AAAAAA. Windows color (decimal): -1206437 or 6002669. OLE color: 6002669.

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

Color convert

RGB23715191-
CMYK00.360.620.07
HSL24.66º80.22%64.31%-
HSV(B)24.66º61.6%92.94%-
XYZ47.8840.8915.27-
YUV169.8783.49175.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 91 (35.94% from 255) = 19.00%
R=49.48%
G=31.52%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371519100.360.620.0724.6680.2264.31
HexED975B0243E7195040
Octal35522713304476731120100
Binary1110110110010111101101101001001111101111100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED975B; }

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

 H1.HeaderClassName
 {
   color: #ED975B;
 }
 .AnyTagClassName
 {
   color: #ED975B;
 }
</style>
background-color css

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

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

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

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

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

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