Shades of Sandy Brown #EEA45A
Tints of Sandy Brown #EEA45A
RGB
CMYK
RGB Variations
Color information
#EEA45A (or 0xEEA45A) is known color: Sandy Brown. HEX triplet: EE, A4 and 5A. RGB value is (238,164,90). Sum of RGB (Red+Green+Blue) = 238+164+90=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA45A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA45A is #115BA5. Grayscale: #B2B2B2. Windows color (decimal): -1137574 or 5940462. OLE color: 5940462.
HSL color Cylindrical-coordinate representation of color #EEA45A: hue angle of 30º 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 #EEA45A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 90 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.07 |
| HSL | 30º | 0.81% | 0.64% | - |
| HSV(B) | 30º | 0.62% | 0.93% | - |
| XYZ | 50.38 | 45.47 | 15.79 | - |
| YUV | 177.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 90 | 0 | 0.31 | 0.62 | 0.07 | 30 | 0.81 | 0.64 |
| Hex | EE | A4 | 5A | 0 | 1F | 3E | 7 | 1E | 51 | 40 |
| Octal | 356 | 244 | 132 | 0 | 37 | 76 | 7 | 36 | 121 | 100 |
| Binary | 11101110 | 10100100 | 1011010 | 0 | 11111 | 111110 | 111 | 11110 | 1010001 | 1000000 |
Color Harmonies of #EEA45A
Complementary color
Monochromatic Colors of #EEA45A
Black with #EEA45A
Text Example
Text Example
White with #EEA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA45A; }
p { color: rgb(238,164,90); }
H1.HeaderClassName
{
color: #EEA45A;
}
.AnyTagClassName
{
color: #EEA45A;
}
</style>
background-color css
<style>
a { background-color: #EEA45A; }
a { background-color: rgb(238,164,90); }
div.DivClassName
{
background-color: #EEA45A;
}
.BgClassName
{
background-color: #EEA45A;
}
</style>
border-color css
<style>
span { border-color: #EEA45A; }
span { border-color: rgb(238,164,90); }
td.TdClassName
{
border-color: #EEA45A;
}
.TagClassName
{
border-color: #EEA45A;
}
</style>