Shades of Sandy Brown #EFA462
Tints of Sandy Brown #EFA462
RGB
CMYK
RGB Variations
Color information
#EFA462 (or 0xEFA462) is known color: Sandy Brown. HEX triplet: EF, A4 and 62. RGB value is (239,164,98). Sum of RGB (Red+Green+Blue) = 239+164+98=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA462 is #105B9D. Grayscale: #B3B3B3. Windows color (decimal): -1072030 or 6464751. OLE color: 6464751.
HSL color Cylindrical-coordinate representation of color #EFA462: hue angle of 28.09º 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 #EFA462 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 98 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.06 |
| HSL | 28.09º | 0.82% | 0.66% | - |
| HSV(B) | 28.09º | 0.59% | 0.94% | - |
| XYZ | 51.08 | 45.78 | 17.7 | - |
| YUV | 178.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 98 | 0 | 0.31 | 0.59 | 0.06 | 28.09 | 0.82 | 0.66 |
| Hex | EF | A4 | 62 | 0 | 1F | 3B | 6 | 1C | 52 | 42 |
| Octal | 357 | 244 | 142 | 0 | 37 | 73 | 6 | 34 | 122 | 102 |
| Binary | 11101111 | 10100100 | 1100010 | 0 | 11111 | 111011 | 110 | 11100 | 1010010 | 1000010 |
Color Harmonies of #EFA462
Complementary color
Monochromatic Colors of #EFA462
Black with #EFA462
Text Example
Text Example
White with #EFA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA462; }
p { color: rgb(239,164,98); }
H1.HeaderClassName
{
color: #EFA462;
}
.AnyTagClassName
{
color: #EFA462;
}
</style>
background-color css
<style>
a { background-color: #EFA462; }
a { background-color: rgb(239,164,98); }
div.DivClassName
{
background-color: #EFA462;
}
.BgClassName
{
background-color: #EFA462;
}
</style>
border-color css
<style>
span { border-color: #EFA462; }
span { border-color: rgb(239,164,98); }
td.TdClassName
{
border-color: #EFA462;
}
.TagClassName
{
border-color: #EFA462;
}
</style>