Shades of Sandy Brown #EEA85D
Tints of Sandy Brown #EEA85D
RGB
CMYK
RGB Variations
Color information
#EEA85D (or 0xEEA85D) is known color: Sandy Brown. HEX triplet: EE, A8 and 5D. RGB value is (238,168,93). Sum of RGB (Red+Green+Blue) = 238+168+93=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA85D is #1157A2. Grayscale: #B4B4B4. Windows color (decimal): -1136547 or 6138094. OLE color: 6138094.
HSL color Cylindrical-coordinate representation of color #EEA85D: hue angle of 31.03º 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 #EEA85D is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 93 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.07 |
| HSL | 31.03º | 0.81% | 0.65% | - |
| HSV(B) | 31.03º | 0.61% | 0.93% | - |
| XYZ | 51.24 | 46.97 | 16.72 | - |
| YUV | 180.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 93 | 0 | 0.29 | 0.61 | 0.07 | 31.03 | 0.81 | 0.65 |
| Hex | EE | A8 | 5D | 0 | 1D | 3D | 7 | 1F | 51 | 41 |
| Octal | 356 | 250 | 135 | 0 | 35 | 75 | 7 | 37 | 121 | 101 |
| Binary | 11101110 | 10101000 | 1011101 | 0 | 11101 | 111101 | 111 | 11111 | 1010001 | 1000001 |
Color Harmonies of #EEA85D
Complementary color
Monochromatic Colors of #EEA85D
Black with #EEA85D
Text Example
Text Example
White with #EEA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA85D; }
p { color: rgb(238,168,93); }
H1.HeaderClassName
{
color: #EEA85D;
}
.AnyTagClassName
{
color: #EEA85D;
}
</style>
background-color css
<style>
a { background-color: #EEA85D; }
a { background-color: rgb(238,168,93); }
div.DivClassName
{
background-color: #EEA85D;
}
.BgClassName
{
background-color: #EEA85D;
}
</style>
border-color css
<style>
span { border-color: #EEA85D; }
span { border-color: rgb(238,168,93); }
td.TdClassName
{
border-color: #EEA85D;
}
.TagClassName
{
border-color: #EEA85D;
}
</style>