Shades of Sandy Brown #EEA55A
Tints of Sandy Brown #EEA55A
RGB
CMYK
RGB Variations
Color information
#EEA55A (or 0xEEA55A) is known color: Sandy Brown. HEX triplet: EE, A5 and 5A. RGB value is (238,165,90). Sum of RGB (Red+Green+Blue) = 238+165+90=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA55A is #115AA5. Grayscale: #B2B2B2. Windows color (decimal): -1137318 or 5940718. OLE color: 5940718.
HSL color Cylindrical-coordinate representation of color #EEA55A: hue angle of 30.41º 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 #EEA55A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 90 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.07 |
| HSL | 30.41º | 0.81% | 0.64% | - |
| HSV(B) | 30.41º | 0.62% | 0.93% | - |
| XYZ | 50.56 | 45.83 | 15.85 | - |
| YUV | 178.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 90 | 0 | 0.31 | 0.62 | 0.07 | 30.41 | 0.81 | 0.64 |
| Hex | EE | A5 | 5A | 0 | 1F | 3E | 7 | 1E | 51 | 40 |
| Octal | 356 | 245 | 132 | 0 | 37 | 76 | 7 | 36 | 121 | 100 |
| Binary | 11101110 | 10100101 | 1011010 | 0 | 11111 | 111110 | 111 | 11110 | 1010001 | 1000000 |
Color Harmonies of #EEA55A
Complementary color
Monochromatic Colors of #EEA55A
Black with #EEA55A
Text Example
Text Example
White with #EEA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA55A; }
p { color: rgb(238,165,90); }
H1.HeaderClassName
{
color: #EEA55A;
}
.AnyTagClassName
{
color: #EEA55A;
}
</style>
background-color css
<style>
a { background-color: #EEA55A; }
a { background-color: rgb(238,165,90); }
div.DivClassName
{
background-color: #EEA55A;
}
.BgClassName
{
background-color: #EEA55A;
}
</style>
border-color css
<style>
span { border-color: #EEA55A; }
span { border-color: rgb(238,165,90); }
td.TdClassName
{
border-color: #EEA55A;
}
.TagClassName
{
border-color: #EEA55A;
}
</style>