Shades of California #E9953B
Tints of California #E9953B
RGB
CMYK
RGB Variations
Color information
#E9953B (or 0xE9953B) is known color: California. HEX triplet: E9, 95 and 3B. RGB value is (233,149,59). Sum of RGB (Red+Green+Blue) = 233+149+59=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9953B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9953B is #166AC4. Grayscale: #A4A4A4. Windows color (decimal): -1469125 or 3905001. OLE color: 3905001.
HSL color Cylindrical-coordinate representation of color #E9953B: hue angle of 31.03º degrees, saturation: 0.8, 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 #E9953B is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 59 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.09 |
| HSL | 31.03º | 0.8% | 0.57% | - |
| HSV(B) | 31.03º | 0.75% | 0.91% | - |
| XYZ | 45.14 | 39.13 | 9.31 | - |
| YUV | 163.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 59 | 0 | 0.36 | 0.75 | 0.09 | 31.03 | 0.8 | 0.57 |
| Hex | E9 | 95 | 3B | 0 | 24 | 4B | 9 | 1F | 50 | 39 |
| Octal | 351 | 225 | 73 | 0 | 44 | 113 | 11 | 37 | 120 | 71 |
| Binary | 11101001 | 10010101 | 111011 | 0 | 100100 | 1001011 | 1001 | 11111 | 1010000 | 111001 |
Color Harmonies of #E9953B
Complementary color
Monochromatic Colors of #E9953B
Black with #E9953B
Text Example
Text Example
White with #E9953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9953B; }
p { color: rgb(233,149,59); }
H1.HeaderClassName
{
color: #E9953B;
}
.AnyTagClassName
{
color: #E9953B;
}
</style>
background-color css
<style>
a { background-color: #E9953B; }
a { background-color: rgb(233,149,59); }
div.DivClassName
{
background-color: #E9953B;
}
.BgClassName
{
background-color: #E9953B;
}
</style>
border-color css
<style>
span { border-color: #E9953B; }
span { border-color: rgb(233,149,59); }
td.TdClassName
{
border-color: #E9953B;
}
.TagClassName
{
border-color: #E9953B;
}
</style>