Shades of Sandy Brown #EF9C5A
Tints of Sandy Brown #EF9C5A
RGB
CMYK
RGB Variations
Color information
#EF9C5A (or 0xEF9C5A) is known color: Sandy Brown. HEX triplet: EF, 9C and 5A. RGB value is (239,156,90). Sum of RGB (Red+Green+Blue) = 239+156+90=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C5A is #1063A5. Grayscale: #ADADAD. Windows color (decimal): -1074086 or 5938415. OLE color: 5938415.
HSL color Cylindrical-coordinate representation of color #EF9C5A: hue angle of 26.58º 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 #EF9C5A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 90 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.06 |
| HSL | 26.58º | 0.82% | 0.65% | - |
| HSV(B) | 26.58º | 0.62% | 0.94% | - |
| XYZ | 49.33 | 42.87 | 15.35 | - |
| YUV | 173.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 90 | 0 | 0.35 | 0.62 | 0.06 | 26.58 | 0.82 | 0.65 |
| Hex | EF | 9C | 5A | 0 | 23 | 3E | 6 | 1B | 52 | 41 |
| Octal | 357 | 234 | 132 | 0 | 43 | 76 | 6 | 33 | 122 | 101 |
| Binary | 11101111 | 10011100 | 1011010 | 0 | 100011 | 111110 | 110 | 11011 | 1010010 | 1000001 |
Color Harmonies of #EF9C5A
Complementary color
Monochromatic Colors of #EF9C5A
Black with #EF9C5A
Text Example
Text Example
White with #EF9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C5A; }
p { color: rgb(239,156,90); }
H1.HeaderClassName
{
color: #EF9C5A;
}
.AnyTagClassName
{
color: #EF9C5A;
}
</style>
background-color css
<style>
a { background-color: #EF9C5A; }
a { background-color: rgb(239,156,90); }
div.DivClassName
{
background-color: #EF9C5A;
}
.BgClassName
{
background-color: #EF9C5A;
}
</style>
border-color css
<style>
span { border-color: #EF9C5A; }
span { border-color: rgb(239,156,90); }
td.TdClassName
{
border-color: #EF9C5A;
}
.TagClassName
{
border-color: #EF9C5A;
}
</style>