Shades of Sandy Brown #EEA268
Tints of Sandy Brown #EEA268
RGB
CMYK
RGB Variations
Color information
#EEA268 (or 0xEEA268) is known color: Sandy Brown. HEX triplet: EE, A2 and 68. RGB value is (238,162,104). Sum of RGB (Red+Green+Blue) = 238+162+104=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA268 is #115D97. Grayscale: #B2B2B2. Windows color (decimal): -1138072 or 6857454. OLE color: 6857454.
HSL color Cylindrical-coordinate representation of color #EEA268: hue angle of 25.97º 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 #EEA268 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 104 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.07 |
| HSL | 25.97º | 0.8% | 0.67% | - |
| HSV(B) | 25.97º | 0.56% | 0.93% | - |
| XYZ | 50.68 | 45.02 | 19.11 | - |
| YUV | 178.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 104 | 0 | 0.32 | 0.56 | 0.07 | 25.97 | 0.8 | 0.67 |
| Hex | EE | A2 | 68 | 0 | 20 | 38 | 7 | 1A | 50 | 43 |
| Octal | 356 | 242 | 150 | 0 | 40 | 70 | 7 | 32 | 120 | 103 |
| Binary | 11101110 | 10100010 | 1101000 | 0 | 100000 | 111000 | 111 | 11010 | 1010000 | 1000011 |
Color Harmonies of #EEA268
Complementary color
Monochromatic Colors of #EEA268
Black with #EEA268
Text Example
Text Example
White with #EEA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA268; }
p { color: rgb(238,162,104); }
H1.HeaderClassName
{
color: #EEA268;
}
.AnyTagClassName
{
color: #EEA268;
}
</style>
background-color css
<style>
a { background-color: #EEA268; }
a { background-color: rgb(238,162,104); }
div.DivClassName
{
background-color: #EEA268;
}
.BgClassName
{
background-color: #EEA268;
}
</style>
border-color css
<style>
span { border-color: #EEA268; }
span { border-color: rgb(238,162,104); }
td.TdClassName
{
border-color: #EEA268;
}
.TagClassName
{
border-color: #EEA268;
}
</style>