Shades of Sandy Brown #EFA769
Tints of Sandy Brown #EFA769
RGB
CMYK
RGB Variations
Color information
#EFA769 (or 0xEFA769) is known color: Sandy Brown. HEX triplet: EF, A7 and 69. RGB value is (239,167,105). Sum of RGB (Red+Green+Blue) = 239+167+105=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA769 is #105896. Grayscale: #B5B5B5. Windows color (decimal): -1071255 or 6924271. OLE color: 6924271.
HSL color Cylindrical-coordinate representation of color #EFA769: hue angle of 27.76º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFA769 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 105 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.06 |
| HSL | 27.76º | 0.81% | 0.67% | - |
| HSV(B) | 27.76º | 0.56% | 0.94% | - |
| XYZ | 51.97 | 47.01 | 19.7 | - |
| YUV | 181.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 105 | 0 | 0.30 | 0.56 | 0.06 | 27.76 | 0.81 | 0.67 |
| Hex | EF | A7 | 69 | 0 | 1E | 38 | 6 | 1C | 51 | 43 |
| Octal | 357 | 247 | 151 | 0 | 36 | 70 | 6 | 34 | 121 | 103 |
| Binary | 11101111 | 10100111 | 1101001 | 0 | 11110 | 111000 | 110 | 11100 | 1010001 | 1000011 |
Color Harmonies of #EFA769
Complementary color
Monochromatic Colors of #EFA769
Black with #EFA769
Text Example
Text Example
White with #EFA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA769; }
p { color: rgb(239,167,105); }
H1.HeaderClassName
{
color: #EFA769;
}
.AnyTagClassName
{
color: #EFA769;
}
</style>
background-color css
<style>
a { background-color: #EFA769; }
a { background-color: rgb(239,167,105); }
div.DivClassName
{
background-color: #EFA769;
}
.BgClassName
{
background-color: #EFA769;
}
</style>
border-color css
<style>
span { border-color: #EFA769; }
span { border-color: rgb(239,167,105); }
td.TdClassName
{
border-color: #EFA769;
}
.TagClassName
{
border-color: #EFA769;
}
</style>