Shades of Sandy Brown #EEA068
Tints of Sandy Brown #EEA068
RGB
CMYK
RGB Variations
Color information
#EEA068 (or 0xEEA068) is known color: Sandy Brown. HEX triplet: EE, A0 and 68. RGB value is (238,160,104). Sum of RGB (Red+Green+Blue) = 238+160+104=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA068 is #115F97. Grayscale: #B1B1B1. Windows color (decimal): -1138584 or 6856942. OLE color: 6856942.
HSL color Cylindrical-coordinate representation of color #EEA068: hue angle of 25.07º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEA068 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 104 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.07 |
| HSL | 25.07º | 0.8% | 0.67% | - |
| HSV(B) | 25.07º | 0.56% | 0.93% | - |
| XYZ | 50.33 | 44.32 | 19 | - |
| YUV | 176.94 | 86.84 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 104 | 0 | 0.33 | 0.56 | 0.07 | 25.07 | 0.8 | 0.67 |
| Hex | EE | A0 | 68 | 0 | 21 | 38 | 7 | 19 | 50 | 43 |
| Octal | 356 | 240 | 150 | 0 | 41 | 70 | 7 | 31 | 120 | 103 |
| Binary | 11101110 | 10100000 | 1101000 | 0 | 100001 | 111000 | 111 | 11001 | 1010000 | 1000011 |
Color Harmonies of #EEA068
Complementary color
Monochromatic Colors of #EEA068
Black with #EEA068
Text Example
Text Example
White with #EEA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA068; }
p { color: rgb(238,160,104); }
H1.HeaderClassName
{
color: #EEA068;
}
.AnyTagClassName
{
color: #EEA068;
}
</style>
background-color css
<style>
a { background-color: #EEA068; }
a { background-color: rgb(238,160,104); }
div.DivClassName
{
background-color: #EEA068;
}
.BgClassName
{
background-color: #EEA068;
}
</style>
border-color css
<style>
span { border-color: #EEA068; }
span { border-color: rgb(238,160,104); }
td.TdClassName
{
border-color: #EEA068;
}
.TagClassName
{
border-color: #EEA068;
}
</style>