Shades of Sandy Brown #EFA961
Tints of Sandy Brown #EFA961
RGB
CMYK
RGB Variations
Color information
#EFA961 (or 0xEFA961) is known color: Sandy Brown. HEX triplet: EF, A9 and 61. RGB value is (239,169,97). Sum of RGB (Red+Green+Blue) = 239+169+97=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA961 is #10569E. Grayscale: #B6B6B6. Windows color (decimal): -1070751 or 6400495. OLE color: 6400495.
HSL color Cylindrical-coordinate representation of color #EFA961: hue angle of 30.42º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFA961 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 97 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.06 |
| HSL | 30.42º | 0.82% | 0.66% | - |
| HSV(B) | 30.42º | 0.59% | 0.94% | - |
| XYZ | 51.94 | 47.59 | 17.76 | - |
| YUV | 181.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 97 | 0 | 0.29 | 0.59 | 0.06 | 30.42 | 0.82 | 0.66 |
| Hex | EF | A9 | 61 | 0 | 1D | 3B | 6 | 1E | 52 | 42 |
| Octal | 357 | 251 | 141 | 0 | 35 | 73 | 6 | 36 | 122 | 102 |
| Binary | 11101111 | 10101001 | 1100001 | 0 | 11101 | 111011 | 110 | 11110 | 1010010 | 1000010 |
Color Harmonies of #EFA961
Complementary color
Monochromatic Colors of #EFA961
Black with #EFA961
Text Example
Text Example
White with #EFA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA961; }
p { color: rgb(239,169,97); }
H1.HeaderClassName
{
color: #EFA961;
}
.AnyTagClassName
{
color: #EFA961;
}
</style>
background-color css
<style>
a { background-color: #EFA961; }
a { background-color: rgb(239,169,97); }
div.DivClassName
{
background-color: #EFA961;
}
.BgClassName
{
background-color: #EFA961;
}
</style>
border-color css
<style>
span { border-color: #EFA961; }
span { border-color: rgb(239,169,97); }
td.TdClassName
{
border-color: #EFA961;
}
.TagClassName
{
border-color: #EFA961;
}
</style>