Shades of California #E8953A
Tints of California #E8953A
RGB
CMYK
RGB Variations
Color information
#E8953A (or 0xE8953A) is known color: California. HEX triplet: E8, 95 and 3A. RGB value is (232,149,58). Sum of RGB (Red+Green+Blue) = 232+149+58=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8953A is #176AC5. Grayscale: #A3A3A3. Windows color (decimal): -1534662 or 3839464. OLE color: 3839464.
HSL color Cylindrical-coordinate representation of color #E8953A: hue angle of 31.38º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8953A is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 58 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.09 |
| HSL | 31.38º | 0.79% | 0.57% | - |
| HSV(B) | 31.38º | 0.75% | 0.91% | - |
| XYZ | 44.79 | 38.96 | 9.16 | - |
| YUV | 163.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 58 | 0 | 0.36 | 0.75 | 0.09 | 31.38 | 0.79 | 0.57 |
| Hex | E8 | 95 | 3A | 0 | 24 | 4B | 9 | 1F | 4F | 39 |
| Octal | 350 | 225 | 72 | 0 | 44 | 113 | 11 | 37 | 117 | 71 |
| Binary | 11101000 | 10010101 | 111010 | 0 | 100100 | 1001011 | 1001 | 11111 | 1001111 | 111001 |
Color Harmonies of #E8953A
Complementary color
Monochromatic Colors of #E8953A
Black with #E8953A
Text Example
Text Example
White with #E8953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8953A; }
p { color: rgb(232,149,58); }
H1.HeaderClassName
{
color: #E8953A;
}
.AnyTagClassName
{
color: #E8953A;
}
</style>
background-color css
<style>
a { background-color: #E8953A; }
a { background-color: rgb(232,149,58); }
div.DivClassName
{
background-color: #E8953A;
}
.BgClassName
{
background-color: #E8953A;
}
</style>
border-color css
<style>
span { border-color: #E8953A; }
span { border-color: rgb(232,149,58); }
td.TdClassName
{
border-color: #E8953A;
}
.TagClassName
{
border-color: #E8953A;
}
</style>