Shades of Sandy Brown #EEA464
Tints of Sandy Brown #EEA464
RGB
CMYK
RGB Variations
Color information
#EEA464 (or 0xEEA464) is known color: Sandy Brown. HEX triplet: EE, A4 and 64. RGB value is (238,164,100). Sum of RGB (Red+Green+Blue) = 238+164+100=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA464 is #115B9B. Grayscale: #B3B3B3. Windows color (decimal): -1137564 or 6595822. OLE color: 6595822.
HSL color Cylindrical-coordinate representation of color #EEA464: hue angle of 27.83º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEA464 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 100 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.07 |
| HSL | 27.83º | 0.8% | 0.66% | - |
| HSV(B) | 27.83º | 0.58% | 0.93% | - |
| XYZ | 50.84 | 45.65 | 18.19 | - |
| YUV | 178.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 100 | 0 | 0.31 | 0.58 | 0.07 | 27.83 | 0.8 | 0.66 |
| Hex | EE | A4 | 64 | 0 | 1F | 3A | 7 | 1C | 50 | 42 |
| Octal | 356 | 244 | 144 | 0 | 37 | 72 | 7 | 34 | 120 | 102 |
| Binary | 11101110 | 10100100 | 1100100 | 0 | 11111 | 111010 | 111 | 11100 | 1010000 | 1000010 |
Color Harmonies of #EEA464
Complementary color
Monochromatic Colors of #EEA464
Black with #EEA464
Text Example
Text Example
White with #EEA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA464; }
p { color: rgb(238,164,100); }
H1.HeaderClassName
{
color: #EEA464;
}
.AnyTagClassName
{
color: #EEA464;
}
</style>
background-color css
<style>
a { background-color: #EEA464; }
a { background-color: rgb(238,164,100); }
div.DivClassName
{
background-color: #EEA464;
}
.BgClassName
{
background-color: #EEA464;
}
</style>
border-color css
<style>
span { border-color: #EEA464; }
span { border-color: rgb(238,164,100); }
td.TdClassName
{
border-color: #EEA464;
}
.TagClassName
{
border-color: #EEA464;
}
</style>