Shades of Sandy Brown #EEA65A
Tints of Sandy Brown #EEA65A
RGB
CMYK
RGB Variations
Color information
#EEA65A (or 0xEEA65A) is known color: Sandy Brown. HEX triplet: EE, A6 and 5A. RGB value is (238,166,90). Sum of RGB (Red+Green+Blue) = 238+166+90=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA65A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA65A is #1159A5. Grayscale: #B3B3B3. Windows color (decimal): -1137062 or 5940974. OLE color: 5940974.
HSL color Cylindrical-coordinate representation of color #EEA65A: hue angle of 30.81º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEA65A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 90 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.07 |
| HSL | 30.81º | 0.81% | 0.64% | - |
| HSV(B) | 30.81º | 0.62% | 0.93% | - |
| XYZ | 50.74 | 46.19 | 15.91 | - |
| YUV | 178.86 | 77.85 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 90 | 0 | 0.30 | 0.62 | 0.07 | 30.81 | 0.81 | 0.64 |
| Hex | EE | A6 | 5A | 0 | 1E | 3E | 7 | 1F | 51 | 40 |
| Octal | 356 | 246 | 132 | 0 | 36 | 76 | 7 | 37 | 121 | 100 |
| Binary | 11101110 | 10100110 | 1011010 | 0 | 11110 | 111110 | 111 | 11111 | 1010001 | 1000000 |
Color Harmonies of #EEA65A
Complementary color
Monochromatic Colors of #EEA65A
Black with #EEA65A
Text Example
Text Example
White with #EEA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA65A; }
p { color: rgb(238,166,90); }
H1.HeaderClassName
{
color: #EEA65A;
}
.AnyTagClassName
{
color: #EEA65A;
}
</style>
background-color css
<style>
a { background-color: #EEA65A; }
a { background-color: rgb(238,166,90); }
div.DivClassName
{
background-color: #EEA65A;
}
.BgClassName
{
background-color: #EEA65A;
}
</style>
border-color css
<style>
span { border-color: #EEA65A; }
span { border-color: rgb(238,166,90); }
td.TdClassName
{
border-color: #EEA65A;
}
.TagClassName
{
border-color: #EEA65A;
}
</style>