Shades of Sandy Brown #EEA965
Tints of Sandy Brown #EEA965
RGB
CMYK
RGB Variations
Color information
#EEA965 (or 0xEEA965) is known color: Sandy Brown. HEX triplet: EE, A9 and 65. RGB value is (238,169,101). Sum of RGB (Red+Green+Blue) = 238+169+101=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA965 is #11569A. Grayscale: #B6B6B6. Windows color (decimal): -1136283 or 6662638. OLE color: 6662638.
HSL color Cylindrical-coordinate representation of color #EEA965: hue angle of 29.78º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEA965 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 101 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.07 |
| HSL | 29.78º | 0.8% | 0.66% | - |
| HSV(B) | 29.78º | 0.58% | 0.93% | - |
| XYZ | 51.8 | 47.49 | 18.75 | - |
| YUV | 181.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 101 | 0 | 0.29 | 0.58 | 0.07 | 29.78 | 0.8 | 0.66 |
| Hex | EE | A9 | 65 | 0 | 1D | 3A | 7 | 1E | 50 | 42 |
| Octal | 356 | 251 | 145 | 0 | 35 | 72 | 7 | 36 | 120 | 102 |
| Binary | 11101110 | 10101001 | 1100101 | 0 | 11101 | 111010 | 111 | 11110 | 1010000 | 1000010 |
Color Harmonies of #EEA965
Complementary color
Monochromatic Colors of #EEA965
Black with #EEA965
Text Example
Text Example
White with #EEA965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA965; }
p { color: rgb(238,169,101); }
H1.HeaderClassName
{
color: #EEA965;
}
.AnyTagClassName
{
color: #EEA965;
}
</style>
background-color css
<style>
a { background-color: #EEA965; }
a { background-color: rgb(238,169,101); }
div.DivClassName
{
background-color: #EEA965;
}
.BgClassName
{
background-color: #EEA965;
}
</style>
border-color css
<style>
span { border-color: #EEA965; }
span { border-color: rgb(238,169,101); }
td.TdClassName
{
border-color: #EEA965;
}
.TagClassName
{
border-color: #EEA965;
}
</style>