Shades of Sandy Brown #EEA05D
Tints of Sandy Brown #EEA05D
RGB
CMYK
RGB Variations
Color information
#EEA05D (or 0xEEA05D) is known color: Sandy Brown. HEX triplet: EE, A0 and 5D. RGB value is (238,160,93). Sum of RGB (Red+Green+Blue) = 238+160+93=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA05D is #115FA2. Grayscale: #B0B0B0. Windows color (decimal): -1138595 or 6136046. OLE color: 6136046.
HSL color Cylindrical-coordinate representation of color #EEA05D: hue angle of 27.72º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEA05D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 93 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.07 |
| HSL | 27.72º | 0.81% | 0.65% | - |
| HSV(B) | 27.72º | 0.61% | 0.93% | - |
| XYZ | 49.81 | 44.11 | 16.24 | - |
| YUV | 175.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 93 | 0 | 0.33 | 0.61 | 0.07 | 27.72 | 0.81 | 0.65 |
| Hex | EE | A0 | 5D | 0 | 21 | 3D | 7 | 1C | 51 | 41 |
| Octal | 356 | 240 | 135 | 0 | 41 | 75 | 7 | 34 | 121 | 101 |
| Binary | 11101110 | 10100000 | 1011101 | 0 | 100001 | 111101 | 111 | 11100 | 1010001 | 1000001 |
Color Harmonies of #EEA05D
Complementary color
Monochromatic Colors of #EEA05D
Black with #EEA05D
Text Example
Text Example
White with #EEA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA05D; }
p { color: rgb(238,160,93); }
H1.HeaderClassName
{
color: #EEA05D;
}
.AnyTagClassName
{
color: #EEA05D;
}
</style>
background-color css
<style>
a { background-color: #EEA05D; }
a { background-color: rgb(238,160,93); }
div.DivClassName
{
background-color: #EEA05D;
}
.BgClassName
{
background-color: #EEA05D;
}
</style>
border-color css
<style>
span { border-color: #EEA05D; }
span { border-color: rgb(238,160,93); }
td.TdClassName
{
border-color: #EEA05D;
}
.TagClassName
{
border-color: #EEA05D;
}
</style>