Shades of Sandy Brown #EFA352
Tints of Sandy Brown #EFA352
RGB
CMYK
RGB Variations
Color information
#EFA352 (or 0xEFA352) is known color: Sandy Brown. HEX triplet: EF, A3 and 52. RGB value is (239,163,82). Sum of RGB (Red+Green+Blue) = 239+163+82=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA352 is #105CAD. Grayscale: #B0B0B0. Windows color (decimal): -1072302 or 5415919. OLE color: 5415919.
HSL color Cylindrical-coordinate representation of color #EFA352: hue angle of 30.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFA352 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 82 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.06 |
| HSL | 30.96º | 0.83% | 0.63% | - |
| HSV(B) | 30.96º | 0.66% | 0.94% | - |
| XYZ | 50.22 | 45.15 | 14.05 | - |
| YUV | 176.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 82 | 0 | 0.32 | 0.66 | 0.06 | 30.96 | 0.83 | 0.63 |
| Hex | EF | A3 | 52 | 0 | 20 | 42 | 6 | 1F | 53 | 3F |
| Octal | 357 | 243 | 122 | 0 | 40 | 102 | 6 | 37 | 123 | 77 |
| Binary | 11101111 | 10100011 | 1010010 | 0 | 100000 | 1000010 | 110 | 11111 | 1010011 | 111111 |
Color Harmonies of #EFA352
Complementary color
Monochromatic Colors of #EFA352
Black with #EFA352
Text Example
Text Example
White with #EFA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA352; }
p { color: rgb(239,163,82); }
H1.HeaderClassName
{
color: #EFA352;
}
.AnyTagClassName
{
color: #EFA352;
}
</style>
background-color css
<style>
a { background-color: #EFA352; }
a { background-color: rgb(239,163,82); }
div.DivClassName
{
background-color: #EFA352;
}
.BgClassName
{
background-color: #EFA352;
}
</style>
border-color css
<style>
span { border-color: #EFA352; }
span { border-color: rgb(239,163,82); }
td.TdClassName
{
border-color: #EFA352;
}
.TagClassName
{
border-color: #EFA352;
}
</style>