Shades of Sandy Brown #EFA55C
Tints of Sandy Brown #EFA55C
RGB
CMYK
RGB Variations
Color information
#EFA55C (or 0xEFA55C) is known color: Sandy Brown. HEX triplet: EF, A5 and 5C. RGB value is (239,165,92). Sum of RGB (Red+Green+Blue) = 239+165+92=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA55C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA55C is #105AA3. Grayscale: #B3B3B3. Windows color (decimal): -1071780 or 6071791. OLE color: 6071791.
HSL color Cylindrical-coordinate representation of color #EFA55C: hue angle of 29.8º 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 #EFA55C is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 92 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.06 |
| HSL | 29.8º | 0.82% | 0.65% | - |
| HSV(B) | 29.8º | 0.62% | 0.94% | - |
| XYZ | 50.98 | 46.03 | 16.32 | - |
| YUV | 178.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 92 | 0 | 0.31 | 0.62 | 0.06 | 29.8 | 0.82 | 0.65 |
| Hex | EF | A5 | 5C | 0 | 1F | 3E | 6 | 1E | 52 | 41 |
| Octal | 357 | 245 | 134 | 0 | 37 | 76 | 6 | 36 | 122 | 101 |
| Binary | 11101111 | 10100101 | 1011100 | 0 | 11111 | 111110 | 110 | 11110 | 1010010 | 1000001 |
Color Harmonies of #EFA55C
Complementary color
Monochromatic Colors of #EFA55C
Black with #EFA55C
Text Example
Text Example
White with #EFA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA55C; }
p { color: rgb(239,165,92); }
H1.HeaderClassName
{
color: #EFA55C;
}
.AnyTagClassName
{
color: #EFA55C;
}
</style>
background-color css
<style>
a { background-color: #EFA55C; }
a { background-color: rgb(239,165,92); }
div.DivClassName
{
background-color: #EFA55C;
}
.BgClassName
{
background-color: #EFA55C;
}
</style>
border-color css
<style>
span { border-color: #EFA55C; }
span { border-color: rgb(239,165,92); }
td.TdClassName
{
border-color: #EFA55C;
}
.TagClassName
{
border-color: #EFA55C;
}
</style>