Shades of Sandy Brown #EEA06B
Tints of Sandy Brown #EEA06B
RGB
CMYK
RGB Variations
Color information
#EEA06B (or 0xEEA06B) is known color: Sandy Brown. HEX triplet: EE, A0 and 6B. RGB value is (238,160,107). Sum of RGB (Red+Green+Blue) = 238+160+107=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA06B is #115F94. Grayscale: #B1B1B1. Windows color (decimal): -1138581 or 7053550. OLE color: 7053550.
HSL color Cylindrical-coordinate representation of color #EEA06B: hue angle of 24.27º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEA06B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 107 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.07 |
| HSL | 24.27º | 0.79% | 0.68% | - |
| HSV(B) | 24.27º | 0.55% | 0.93% | - |
| XYZ | 50.48 | 44.38 | 19.82 | - |
| YUV | 177.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 107 | 0 | 0.33 | 0.55 | 0.07 | 24.27 | 0.79 | 0.68 |
| Hex | EE | A0 | 6B | 0 | 21 | 37 | 7 | 18 | 4F | 44 |
| Octal | 356 | 240 | 153 | 0 | 41 | 67 | 7 | 30 | 117 | 104 |
| Binary | 11101110 | 10100000 | 1101011 | 0 | 100001 | 110111 | 111 | 11000 | 1001111 | 1000100 |
Color Harmonies of #EEA06B
Complementary color
Monochromatic Colors of #EEA06B
Black with #EEA06B
Text Example
Text Example
White with #EEA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA06B; }
p { color: rgb(238,160,107); }
H1.HeaderClassName
{
color: #EEA06B;
}
.AnyTagClassName
{
color: #EEA06B;
}
</style>
background-color css
<style>
a { background-color: #EEA06B; }
a { background-color: rgb(238,160,107); }
div.DivClassName
{
background-color: #EEA06B;
}
.BgClassName
{
background-color: #EEA06B;
}
</style>
border-color css
<style>
span { border-color: #EEA06B; }
span { border-color: rgb(238,160,107); }
td.TdClassName
{
border-color: #EEA06B;
}
.TagClassName
{
border-color: #EEA06B;
}
</style>