Shades of Sandy Brown #EEA352
Tints of Sandy Brown #EEA352
RGB
CMYK
RGB Variations
Color information
#EEA352 (or 0xEEA352) is known color: Sandy Brown. HEX triplet: EE, A3 and 52. RGB value is (238,163,82). Sum of RGB (Red+Green+Blue) = 238+163+82=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA352 is #115CAD. Grayscale: #B0B0B0. Windows color (decimal): -1137838 or 5415918. OLE color: 5415918.
HSL color Cylindrical-coordinate representation of color #EEA352: hue angle of 31.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEA352 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 82 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.07 |
| HSL | 31.15º | 0.82% | 0.63% | - |
| HSV(B) | 31.15º | 0.66% | 0.93% | - |
| XYZ | 49.88 | 44.98 | 14.04 | - |
| YUV | 176.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 82 | 0 | 0.32 | 0.66 | 0.07 | 31.15 | 0.82 | 0.63 |
| Hex | EE | A3 | 52 | 0 | 20 | 42 | 7 | 1F | 52 | 3F |
| Octal | 356 | 243 | 122 | 0 | 40 | 102 | 7 | 37 | 122 | 77 |
| Binary | 11101110 | 10100011 | 1010010 | 0 | 100000 | 1000010 | 111 | 11111 | 1010010 | 111111 |
Color Harmonies of #EEA352
Complementary color
Monochromatic Colors of #EEA352
Black with #EEA352
Text Example
Text Example
White with #EEA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA352; }
p { color: rgb(238,163,82); }
H1.HeaderClassName
{
color: #EEA352;
}
.AnyTagClassName
{
color: #EEA352;
}
</style>
background-color css
<style>
a { background-color: #EEA352; }
a { background-color: rgb(238,163,82); }
div.DivClassName
{
background-color: #EEA352;
}
.BgClassName
{
background-color: #EEA352;
}
</style>
border-color css
<style>
span { border-color: #EEA352; }
span { border-color: rgb(238,163,82); }
td.TdClassName
{
border-color: #EEA352;
}
.TagClassName
{
border-color: #EEA352;
}
</style>