Shades of Sandy Brown #EE965C
Tints of Sandy Brown #EE965C
RGB
CMYK
RGB Variations
Color information
#EE965C (or 0xEE965C) is known color: Sandy Brown. HEX triplet: EE, 96 and 5C. RGB value is (238,150,92). Sum of RGB (Red+Green+Blue) = 238+150+92=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE965C is #1169A3. Grayscale: #AAAAAA. Windows color (decimal): -1141156 or 6067950. OLE color: 6067950.
HSL color Cylindrical-coordinate representation of color #EE965C: hue angle of 23.84º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE965C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 92 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.07 |
| HSL | 23.84º | 0.81% | 0.65% | - |
| HSV(B) | 23.84º | 0.61% | 0.93% | - |
| XYZ | 48.1 | 40.76 | 15.46 | - |
| YUV | 169.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 92 | 0 | 0.37 | 0.61 | 0.07 | 23.84 | 0.81 | 0.65 |
| Hex | EE | 96 | 5C | 0 | 25 | 3D | 7 | 18 | 51 | 41 |
| Octal | 356 | 226 | 134 | 0 | 45 | 75 | 7 | 30 | 121 | 101 |
| Binary | 11101110 | 10010110 | 1011100 | 0 | 100101 | 111101 | 111 | 11000 | 1010001 | 1000001 |
Color Harmonies of #EE965C
Complementary color
Monochromatic Colors of #EE965C
Black with #EE965C
Text Example
Text Example
White with #EE965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE965C; }
p { color: rgb(238,150,92); }
H1.HeaderClassName
{
color: #EE965C;
}
.AnyTagClassName
{
color: #EE965C;
}
</style>
background-color css
<style>
a { background-color: #EE965C; }
a { background-color: rgb(238,150,92); }
div.DivClassName
{
background-color: #EE965C;
}
.BgClassName
{
background-color: #EE965C;
}
</style>
border-color css
<style>
span { border-color: #EE965C; }
span { border-color: rgb(238,150,92); }
td.TdClassName
{
border-color: #EE965C;
}
.TagClassName
{
border-color: #EE965C;
}
</style>