Shades of Sandy Brown #EFA55D
Tints of Sandy Brown #EFA55D
RGB
CMYK
RGB Variations
Color information
#EFA55D (or 0xEFA55D) is known color: Sandy Brown. HEX triplet: EF, A5 and 5D. RGB value is (239,165,93). Sum of RGB (Red+Green+Blue) = 239+165+93=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA55D is #105AA2. Grayscale: #B3B3B3. Windows color (decimal): -1071779 or 6137327. OLE color: 6137327.
HSL color Cylindrical-coordinate representation of color #EFA55D: hue angle of 29.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFA55D is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 93 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.06 |
| HSL | 29.59º | 0.82% | 0.65% | - |
| HSV(B) | 29.59º | 0.61% | 0.94% | - |
| XYZ | 51.03 | 46.05 | 16.56 | - |
| YUV | 178.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 93 | 0 | 0.31 | 0.61 | 0.06 | 29.59 | 0.82 | 0.65 |
| Hex | EF | A5 | 5D | 0 | 1F | 3D | 6 | 1E | 52 | 41 |
| Octal | 357 | 245 | 135 | 0 | 37 | 75 | 6 | 36 | 122 | 101 |
| Binary | 11101111 | 10100101 | 1011101 | 0 | 11111 | 111101 | 110 | 11110 | 1010010 | 1000001 |
Color Harmonies of #EFA55D
Complementary color
Monochromatic Colors of #EFA55D
Black with #EFA55D
Text Example
Text Example
White with #EFA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA55D; }
p { color: rgb(239,165,93); }
H1.HeaderClassName
{
color: #EFA55D;
}
.AnyTagClassName
{
color: #EFA55D;
}
</style>
background-color css
<style>
a { background-color: #EFA55D; }
a { background-color: rgb(239,165,93); }
div.DivClassName
{
background-color: #EFA55D;
}
.BgClassName
{
background-color: #EFA55D;
}
</style>
border-color css
<style>
span { border-color: #EFA55D; }
span { border-color: rgb(239,165,93); }
td.TdClassName
{
border-color: #EFA55D;
}
.TagClassName
{
border-color: #EFA55D;
}
</style>