Shades of California #E9953C
Tints of California #E9953C
RGB
CMYK
RGB Variations
Color information
#E9953C (or 0xE9953C) is known color: California. HEX triplet: E9, 95 and 3C. RGB value is (233,149,60). Sum of RGB (Red+Green+Blue) = 233+149+60=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9953C is #166AC3. Grayscale: #A4A4A4. Windows color (decimal): -1469124 or 3970537. OLE color: 3970537.
HSL color Cylindrical-coordinate representation of color #E9953C: hue angle of 30.87º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9953C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 60 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.09 |
| HSL | 30.87º | 0.8% | 0.57% | - |
| HSV(B) | 30.87º | 0.74% | 0.91% | - |
| XYZ | 45.17 | 39.14 | 9.45 | - |
| YUV | 163.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 60 | 0 | 0.36 | 0.74 | 0.09 | 30.87 | 0.8 | 0.57 |
| Hex | E9 | 95 | 3C | 0 | 24 | 4A | 9 | 1F | 50 | 39 |
| Octal | 351 | 225 | 74 | 0 | 44 | 112 | 11 | 37 | 120 | 71 |
| Binary | 11101001 | 10010101 | 111100 | 0 | 100100 | 1001010 | 1001 | 11111 | 1010000 | 111001 |
Color Harmonies of #E9953C
Complementary color
Monochromatic Colors of #E9953C
Black with #E9953C
Text Example
Text Example
White with #E9953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9953C; }
p { color: rgb(233,149,60); }
H1.HeaderClassName
{
color: #E9953C;
}
.AnyTagClassName
{
color: #E9953C;
}
</style>
background-color css
<style>
a { background-color: #E9953C; }
a { background-color: rgb(233,149,60); }
div.DivClassName
{
background-color: #E9953C;
}
.BgClassName
{
background-color: #E9953C;
}
</style>
border-color css
<style>
span { border-color: #E9953C; }
span { border-color: rgb(233,149,60); }
td.TdClassName
{
border-color: #E9953C;
}
.TagClassName
{
border-color: #E9953C;
}
</style>