Shades of Sandy Brown #EFAB5D
Tints of Sandy Brown #EFAB5D
RGB
CMYK
RGB Variations
Color information
#EFAB5D (or 0xEFAB5D) is known color: Sandy Brown. HEX triplet: EF, AB and 5D. RGB value is (239,171,93). Sum of RGB (Red+Green+Blue) = 239+171+93=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB5D is #1054A2. Grayscale: #B6B6B6. Windows color (decimal): -1070243 or 6138863. OLE color: 6138863.
HSL color Cylindrical-coordinate representation of color #EFAB5D: hue angle of 32.05º 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 #EFAB5D is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 93 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.06 |
| HSL | 32.05º | 0.82% | 0.65% | - |
| HSV(B) | 32.05º | 0.61% | 0.94% | - |
| XYZ | 52.14 | 48.27 | 16.92 | - |
| YUV | 182.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 93 | 0 | 0.28 | 0.61 | 0.06 | 32.05 | 0.82 | 0.65 |
| Hex | EF | AB | 5D | 0 | 1C | 3D | 6 | 20 | 52 | 41 |
| Octal | 357 | 253 | 135 | 0 | 34 | 75 | 6 | 40 | 122 | 101 |
| Binary | 11101111 | 10101011 | 1011101 | 0 | 11100 | 111101 | 110 | 100000 | 1010010 | 1000001 |
Color Harmonies of #EFAB5D
Complementary color
Monochromatic Colors of #EFAB5D
Black with #EFAB5D
Text Example
Text Example
White with #EFAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB5D; }
p { color: rgb(239,171,93); }
H1.HeaderClassName
{
color: #EFAB5D;
}
.AnyTagClassName
{
color: #EFAB5D;
}
</style>
background-color css
<style>
a { background-color: #EFAB5D; }
a { background-color: rgb(239,171,93); }
div.DivClassName
{
background-color: #EFAB5D;
}
.BgClassName
{
background-color: #EFAB5D;
}
</style>
border-color css
<style>
span { border-color: #EFAB5D; }
span { border-color: rgb(239,171,93); }
td.TdClassName
{
border-color: #EFAB5D;
}
.TagClassName
{
border-color: #EFAB5D;
}
</style>