Shades of Sandy Brown #EEA65D
Tints of Sandy Brown #EEA65D
RGB
CMYK
RGB Variations
Color information
#EEA65D (or 0xEEA65D) is known color: Sandy Brown. HEX triplet: EE, A6 and 5D. RGB value is (238,166,93). Sum of RGB (Red+Green+Blue) = 238+166+93=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA65D is #1159A2. Grayscale: #B3B3B3. Windows color (decimal): -1137059 or 6137582. OLE color: 6137582.
HSL color Cylindrical-coordinate representation of color #EEA65D: hue angle of 30.21º 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 #EEA65D is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 93 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.07 |
| HSL | 30.21º | 0.81% | 0.65% | - |
| HSV(B) | 30.21º | 0.61% | 0.93% | - |
| XYZ | 50.87 | 46.24 | 16.6 | - |
| YUV | 179.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 93 | 0 | 0.30 | 0.61 | 0.07 | 30.21 | 0.81 | 0.65 |
| Hex | EE | A6 | 5D | 0 | 1E | 3D | 7 | 1E | 51 | 41 |
| Octal | 356 | 246 | 135 | 0 | 36 | 75 | 7 | 36 | 121 | 101 |
| Binary | 11101110 | 10100110 | 1011101 | 0 | 11110 | 111101 | 111 | 11110 | 1010001 | 1000001 |
Color Harmonies of #EEA65D
Complementary color
Monochromatic Colors of #EEA65D
Black with #EEA65D
Text Example
Text Example
White with #EEA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA65D; }
p { color: rgb(238,166,93); }
H1.HeaderClassName
{
color: #EEA65D;
}
.AnyTagClassName
{
color: #EEA65D;
}
</style>
background-color css
<style>
a { background-color: #EEA65D; }
a { background-color: rgb(238,166,93); }
div.DivClassName
{
background-color: #EEA65D;
}
.BgClassName
{
background-color: #EEA65D;
}
</style>
border-color css
<style>
span { border-color: #EEA65D; }
span { border-color: rgb(238,166,93); }
td.TdClassName
{
border-color: #EEA65D;
}
.TagClassName
{
border-color: #EEA65D;
}
</style>