Shades of Sandy Brown #ED975C
Tints of Sandy Brown #ED975C
RGB
CMYK
RGB Variations
Color information
#ED975C (or 0xED975C) is known color: Sandy Brown. HEX triplet: ED, 97 and 5C. RGB value is (237,151,92). Sum of RGB (Red+Green+Blue) = 237+151+92=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED975C is #1268A3. Grayscale: #AAAAAA. Windows color (decimal): -1206436 or 6068205. OLE color: 6068205.
HSL color Cylindrical-coordinate representation of color #ED975C: hue angle of 24.41º 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 #ED975C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 92 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.07 |
| HSL | 24.41º | 0.8% | 0.65% | - |
| HSV(B) | 24.41º | 0.61% | 0.93% | - |
| XYZ | 47.92 | 40.91 | 15.5 | - |
| YUV | 169.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 92 | 0 | 0.36 | 0.61 | 0.07 | 24.41 | 0.8 | 0.65 |
| Hex | ED | 97 | 5C | 0 | 24 | 3D | 7 | 18 | 50 | 41 |
| Octal | 355 | 227 | 134 | 0 | 44 | 75 | 7 | 30 | 120 | 101 |
| Binary | 11101101 | 10010111 | 1011100 | 0 | 100100 | 111101 | 111 | 11000 | 1010000 | 1000001 |
Color Harmonies of #ED975C
Complementary color
Monochromatic Colors of #ED975C
Black with #ED975C
Text Example
Text Example
White with #ED975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED975C; }
p { color: rgb(237,151,92); }
H1.HeaderClassName
{
color: #ED975C;
}
.AnyTagClassName
{
color: #ED975C;
}
</style>
background-color css
<style>
a { background-color: #ED975C; }
a { background-color: rgb(237,151,92); }
div.DivClassName
{
background-color: #ED975C;
}
.BgClassName
{
background-color: #ED975C;
}
</style>
border-color css
<style>
span { border-color: #ED975C; }
span { border-color: rgb(237,151,92); }
td.TdClassName
{
border-color: #ED975C;
}
.TagClassName
{
border-color: #ED975C;
}
</style>