Shades of Sandy Brown #EFA55B
Tints of Sandy Brown #EFA55B
RGB
CMYK
RGB Variations
Color information
#EFA55B (or 0xEFA55B) is known color: Sandy Brown. HEX triplet: EF, A5 and 5B. RGB value is (239,165,91). Sum of RGB (Red+Green+Blue) = 239+165+91=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA55B is #105AA4. Grayscale: #B3B3B3. Windows color (decimal): -1071781 or 6006255. OLE color: 6006255.
HSL color Cylindrical-coordinate representation of color #EFA55B: hue angle of 30º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFA55B is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 91 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.06 |
| HSL | 30º | 0.82% | 0.65% | - |
| HSV(B) | 30º | 0.62% | 0.94% | - |
| XYZ | 50.94 | 46.02 | 16.09 | - |
| YUV | 178.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 91 | 0 | 0.31 | 0.62 | 0.06 | 30 | 0.82 | 0.65 |
| Hex | EF | A5 | 5B | 0 | 1F | 3E | 6 | 1E | 52 | 41 |
| Octal | 357 | 245 | 133 | 0 | 37 | 76 | 6 | 36 | 122 | 101 |
| Binary | 11101111 | 10100101 | 1011011 | 0 | 11111 | 111110 | 110 | 11110 | 1010010 | 1000001 |
Color Harmonies of #EFA55B
Complementary color
Monochromatic Colors of #EFA55B
Black with #EFA55B
Text Example
Text Example
White with #EFA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA55B; }
p { color: rgb(239,165,91); }
H1.HeaderClassName
{
color: #EFA55B;
}
.AnyTagClassName
{
color: #EFA55B;
}
</style>
background-color css
<style>
a { background-color: #EFA55B; }
a { background-color: rgb(239,165,91); }
div.DivClassName
{
background-color: #EFA55B;
}
.BgClassName
{
background-color: #EFA55B;
}
</style>
border-color css
<style>
span { border-color: #EFA55B; }
span { border-color: rgb(239,165,91); }
td.TdClassName
{
border-color: #EFA55B;
}
.TagClassName
{
border-color: #EFA55B;
}
</style>