Shades of Sandy Brown #EEA066
Tints of Sandy Brown #EEA066
RGB
CMYK
RGB Variations
Color information
#EEA066 (or 0xEEA066) is known color: Sandy Brown. HEX triplet: EE, A0 and 66. RGB value is (238,160,102). Sum of RGB (Red+Green+Blue) = 238+160+102=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA066 is #115F99. Grayscale: #B1B1B1. Windows color (decimal): -1138586 or 6725870. OLE color: 6725870.
HSL color Cylindrical-coordinate representation of color #EEA066: hue angle of 25.59º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEA066 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 102 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.07 |
| HSL | 25.59º | 0.8% | 0.67% | - |
| HSV(B) | 25.59º | 0.57% | 0.93% | - |
| XYZ | 50.23 | 44.28 | 18.47 | - |
| YUV | 176.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 102 | 0 | 0.33 | 0.57 | 0.07 | 25.59 | 0.8 | 0.67 |
| Hex | EE | A0 | 66 | 0 | 21 | 39 | 7 | 1A | 50 | 43 |
| Octal | 356 | 240 | 146 | 0 | 41 | 71 | 7 | 32 | 120 | 103 |
| Binary | 11101110 | 10100000 | 1100110 | 0 | 100001 | 111001 | 111 | 11010 | 1010000 | 1000011 |
Color Harmonies of #EEA066
Complementary color
Monochromatic Colors of #EEA066
Black with #EEA066
Text Example
Text Example
White with #EEA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA066; }
p { color: rgb(238,160,102); }
H1.HeaderClassName
{
color: #EEA066;
}
.AnyTagClassName
{
color: #EEA066;
}
</style>
background-color css
<style>
a { background-color: #EEA066; }
a { background-color: rgb(238,160,102); }
div.DivClassName
{
background-color: #EEA066;
}
.BgClassName
{
background-color: #EEA066;
}
</style>
border-color css
<style>
span { border-color: #EEA066; }
span { border-color: rgb(238,160,102); }
td.TdClassName
{
border-color: #EEA066;
}
.TagClassName
{
border-color: #EEA066;
}
</style>