Shades of Sandy Brown #EFAB5C
Tints of Sandy Brown #EFAB5C
RGB
CMYK
RGB Variations
Color information
#EFAB5C (or 0xEFAB5C) is known color: Sandy Brown. HEX triplet: EF, AB and 5C. RGB value is (239,171,92). Sum of RGB (Red+Green+Blue) = 239+171+92=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB5C is #1054A3. Grayscale: #B6B6B6. Windows color (decimal): -1070244 or 6073327. OLE color: 6073327.
HSL color Cylindrical-coordinate representation of color #EFAB5C: hue angle of 32.24º 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 #EFAB5C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 92 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.06 |
| HSL | 32.24º | 0.82% | 0.65% | - |
| HSV(B) | 32.24º | 0.62% | 0.94% | - |
| XYZ | 52.09 | 48.25 | 16.69 | - |
| YUV | 182.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 92 | 0 | 0.28 | 0.62 | 0.06 | 32.24 | 0.82 | 0.65 |
| Hex | EF | AB | 5C | 0 | 1C | 3E | 6 | 20 | 52 | 41 |
| Octal | 357 | 253 | 134 | 0 | 34 | 76 | 6 | 40 | 122 | 101 |
| Binary | 11101111 | 10101011 | 1011100 | 0 | 11100 | 111110 | 110 | 100000 | 1010010 | 1000001 |
Color Harmonies of #EFAB5C
Complementary color
Monochromatic Colors of #EFAB5C
Black with #EFAB5C
Text Example
Text Example
White with #EFAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB5C; }
p { color: rgb(239,171,92); }
H1.HeaderClassName
{
color: #EFAB5C;
}
.AnyTagClassName
{
color: #EFAB5C;
}
</style>
background-color css
<style>
a { background-color: #EFAB5C; }
a { background-color: rgb(239,171,92); }
div.DivClassName
{
background-color: #EFAB5C;
}
.BgClassName
{
background-color: #EFAB5C;
}
</style>
border-color css
<style>
span { border-color: #EFAB5C; }
span { border-color: rgb(239,171,92); }
td.TdClassName
{
border-color: #EFAB5C;
}
.TagClassName
{
border-color: #EFAB5C;
}
</style>