Shades of California #E9963C
Tints of California #E9963C
RGB
CMYK
RGB Variations
Color information
#E9963C (or 0xE9963C) is known color: California. HEX triplet: E9, 96 and 3C. RGB value is (233,150,60). Sum of RGB (Red+Green+Blue) = 233+150+60=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9963C is #1669C3. Grayscale: #A4A4A4. Windows color (decimal): -1468868 or 3970793. OLE color: 3970793.
HSL color Cylindrical-coordinate representation of color #E9963C: hue angle of 31.21º 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 #E9963C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 60 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.09 |
| HSL | 31.21º | 0.8% | 0.57% | - |
| HSV(B) | 31.21º | 0.74% | 0.91% | - |
| XYZ | 45.33 | 39.46 | 9.5 | - |
| YUV | 164.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 60 | 0 | 0.36 | 0.74 | 0.09 | 31.21 | 0.8 | 0.57 |
| Hex | E9 | 96 | 3C | 0 | 24 | 4A | 9 | 1F | 50 | 39 |
| Octal | 351 | 226 | 74 | 0 | 44 | 112 | 11 | 37 | 120 | 71 |
| Binary | 11101001 | 10010110 | 111100 | 0 | 100100 | 1001010 | 1001 | 11111 | 1010000 | 111001 |
Color Harmonies of #E9963C
Complementary color
Monochromatic Colors of #E9963C
Black with #E9963C
Text Example
Text Example
White with #E9963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9963C; }
p { color: rgb(233,150,60); }
H1.HeaderClassName
{
color: #E9963C;
}
.AnyTagClassName
{
color: #E9963C;
}
</style>
background-color css
<style>
a { background-color: #E9963C; }
a { background-color: rgb(233,150,60); }
div.DivClassName
{
background-color: #E9963C;
}
.BgClassName
{
background-color: #E9963C;
}
</style>
border-color css
<style>
span { border-color: #E9963C; }
span { border-color: rgb(233,150,60); }
td.TdClassName
{
border-color: #E9963C;
}
.TagClassName
{
border-color: #E9963C;
}
</style>