Shades of California #E9953D
Tints of California #E9953D
RGB
CMYK
RGB Variations
Color information
#E9953D (or 0xE9953D) is known color: California. HEX triplet: E9, 95 and 3D. RGB value is (233,149,61). Sum of RGB (Red+Green+Blue) = 233+149+61=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9953D is #166AC2. Grayscale: #A4A4A4. Windows color (decimal): -1469123 or 4036073. OLE color: 4036073.
HSL color Cylindrical-coordinate representation of color #E9953D: hue angle of 30.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9953D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 61 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.09 |
| HSL | 30.7º | 0.8% | 0.58% | - |
| HSV(B) | 30.7º | 0.74% | 0.91% | - |
| XYZ | 45.19 | 39.16 | 9.59 | - |
| YUV | 164.08 | 69.83 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 61 | 0 | 0.36 | 0.74 | 0.09 | 30.7 | 0.8 | 0.58 |
| Hex | E9 | 95 | 3D | 0 | 24 | 4A | 9 | 1F | 50 | 3A |
| Octal | 351 | 225 | 75 | 0 | 44 | 112 | 11 | 37 | 120 | 72 |
| Binary | 11101001 | 10010101 | 111101 | 0 | 100100 | 1001010 | 1001 | 11111 | 1010000 | 111010 |
Color Harmonies of #E9953D
Complementary color
Monochromatic Colors of #E9953D
Black with #E9953D
Text Example
Text Example
White with #E9953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9953D; }
p { color: rgb(233,149,61); }
H1.HeaderClassName
{
color: #E9953D;
}
.AnyTagClassName
{
color: #E9953D;
}
</style>
background-color css
<style>
a { background-color: #E9953D; }
a { background-color: rgb(233,149,61); }
div.DivClassName
{
background-color: #E9953D;
}
.BgClassName
{
background-color: #E9953D;
}
</style>
border-color css
<style>
span { border-color: #E9953D; }
span { border-color: rgb(233,149,61); }
td.TdClassName
{
border-color: #E9953D;
}
.TagClassName
{
border-color: #E9953D;
}
</style>