Shades of Sandy Brown #EF955D
Tints of Sandy Brown #EF955D
RGB
CMYK
RGB Variations
Color information
#EF955D (or 0xEF955D) is known color: Sandy Brown. HEX triplet: EF, 95 and 5D. RGB value is (239,149,93). Sum of RGB (Red+Green+Blue) = 239+149+93=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF955D is #106AA2. Grayscale: #A9A9A9. Windows color (decimal): -1075875 or 6133231. OLE color: 6133231.
HSL color Cylindrical-coordinate representation of color #EF955D: hue angle of 23.01º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF955D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 93 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.06 |
| HSL | 23.01º | 0.82% | 0.65% | - |
| HSV(B) | 23.01º | 0.61% | 0.94% | - |
| XYZ | 48.32 | 40.64 | 15.65 | - |
| YUV | 169.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 93 | 0 | 0.38 | 0.61 | 0.06 | 23.01 | 0.82 | 0.65 |
| Hex | EF | 95 | 5D | 0 | 26 | 3D | 6 | 17 | 52 | 41 |
| Octal | 357 | 225 | 135 | 0 | 46 | 75 | 6 | 27 | 122 | 101 |
| Binary | 11101111 | 10010101 | 1011101 | 0 | 100110 | 111101 | 110 | 10111 | 1010010 | 1000001 |
Color Harmonies of #EF955D
Complementary color
Monochromatic Colors of #EF955D
Black with #EF955D
Text Example
Text Example
White with #EF955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF955D; }
p { color: rgb(239,149,93); }
H1.HeaderClassName
{
color: #EF955D;
}
.AnyTagClassName
{
color: #EF955D;
}
</style>
background-color css
<style>
a { background-color: #EF955D; }
a { background-color: rgb(239,149,93); }
div.DivClassName
{
background-color: #EF955D;
}
.BgClassName
{
background-color: #EF955D;
}
</style>
border-color css
<style>
span { border-color: #EF955D; }
span { border-color: rgb(239,149,93); }
td.TdClassName
{
border-color: #EF955D;
}
.TagClassName
{
border-color: #EF955D;
}
</style>