Shades of California #E9943C
Tints of California #E9943C
RGB
CMYK
RGB Variations
Color information
#E9943C (or 0xE9943C) is known color: California. HEX triplet: E9, 94 and 3C. RGB value is (233,148,60). Sum of RGB (Red+Green+Blue) = 233+148+60=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9943C is #166BC3. Grayscale: #A3A3A3. Windows color (decimal): -1469380 or 3970281. OLE color: 3970281.
HSL color Cylindrical-coordinate representation of color #E9943C: hue angle of 30.52º 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 #E9943C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 60 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.09 |
| HSL | 30.52º | 0.8% | 0.57% | - |
| HSV(B) | 30.52º | 0.74% | 0.91% | - |
| XYZ | 45.01 | 38.83 | 9.4 | - |
| YUV | 163.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 60 | 0 | 0.36 | 0.74 | 0.09 | 30.52 | 0.8 | 0.57 |
| Hex | E9 | 94 | 3C | 0 | 24 | 4A | 9 | 1F | 50 | 39 |
| Octal | 351 | 224 | 74 | 0 | 44 | 112 | 11 | 37 | 120 | 71 |
| Binary | 11101001 | 10010100 | 111100 | 0 | 100100 | 1001010 | 1001 | 11111 | 1010000 | 111001 |
Color Harmonies of #E9943C
Complementary color
Monochromatic Colors of #E9943C
Black with #E9943C
Text Example
Text Example
White with #E9943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9943C; }
p { color: rgb(233,148,60); }
H1.HeaderClassName
{
color: #E9943C;
}
.AnyTagClassName
{
color: #E9943C;
}
</style>
background-color css
<style>
a { background-color: #E9943C; }
a { background-color: rgb(233,148,60); }
div.DivClassName
{
background-color: #E9943C;
}
.BgClassName
{
background-color: #E9943C;
}
</style>
border-color css
<style>
span { border-color: #E9943C; }
span { border-color: rgb(233,148,60); }
td.TdClassName
{
border-color: #E9943C;
}
.TagClassName
{
border-color: #E9943C;
}
</style>