Shades of Sandy Brown #EF975B
Tints of Sandy Brown #EF975B
RGB
CMYK
RGB Variations
Color information
#EF975B (or 0xEF975B) is known color: Sandy Brown. HEX triplet: EF, 97 and 5B. RGB value is (239,151,91). Sum of RGB (Red+Green+Blue) = 239+151+91=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF975B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF975B is #1068A4. Grayscale: #AAAAAA. Windows color (decimal): -1075365 or 6002671. OLE color: 6002671.
HSL color Cylindrical-coordinate representation of color #EF975B: hue angle of 24.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF975B is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 91 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.06 |
| HSL | 24.32º | 0.82% | 0.65% | - |
| HSV(B) | 24.32º | 0.62% | 0.94% | - |
| XYZ | 48.55 | 41.24 | 15.3 | - |
| YUV | 170.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 91 | 0 | 0.37 | 0.62 | 0.06 | 24.32 | 0.82 | 0.65 |
| Hex | EF | 97 | 5B | 0 | 25 | 3E | 6 | 18 | 52 | 41 |
| Octal | 357 | 227 | 133 | 0 | 45 | 76 | 6 | 30 | 122 | 101 |
| Binary | 11101111 | 10010111 | 1011011 | 0 | 100101 | 111110 | 110 | 11000 | 1010010 | 1000001 |
Color Harmonies of #EF975B
Complementary color
Monochromatic Colors of #EF975B
Black with #EF975B
Text Example
Text Example
White with #EF975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF975B; }
p { color: rgb(239,151,91); }
H1.HeaderClassName
{
color: #EF975B;
}
.AnyTagClassName
{
color: #EF975B;
}
</style>
background-color css
<style>
a { background-color: #EF975B; }
a { background-color: rgb(239,151,91); }
div.DivClassName
{
background-color: #EF975B;
}
.BgClassName
{
background-color: #EF975B;
}
</style>
border-color css
<style>
span { border-color: #EF975B; }
span { border-color: rgb(239,151,91); }
td.TdClassName
{
border-color: #EF975B;
}
.TagClassName
{
border-color: #EF975B;
}
</style>