Shades of California #E9933D
Tints of California #E9933D
RGB
CMYK
RGB Variations
Color information
#E9933D (or 0xE9933D) is known color: California. HEX triplet: E9, 93 and 3D. RGB value is (233,147,61). Sum of RGB (Red+Green+Blue) = 233+147+61=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9933D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9933D is #166CC2. Grayscale: #A3A3A3. Windows color (decimal): -1469635 or 4035561. OLE color: 4035561.
HSL color Cylindrical-coordinate representation of color #E9933D: hue angle of 30º 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 #E9933D is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 61 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.09 |
| HSL | 30º | 0.8% | 0.58% | - |
| HSV(B) | 30º | 0.74% | 0.91% | - |
| XYZ | 44.88 | 38.53 | 9.49 | - |
| YUV | 162.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 61 | 0 | 0.37 | 0.74 | 0.09 | 30 | 0.8 | 0.58 |
| Hex | E9 | 93 | 3D | 0 | 25 | 4A | 9 | 1E | 50 | 3A |
| Octal | 351 | 223 | 75 | 0 | 45 | 112 | 11 | 36 | 120 | 72 |
| Binary | 11101001 | 10010011 | 111101 | 0 | 100101 | 1001010 | 1001 | 11110 | 1010000 | 111010 |
Color Harmonies of #E9933D
Complementary color
Monochromatic Colors of #E9933D
Black with #E9933D
Text Example
Text Example
White with #E9933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9933D; }
p { color: rgb(233,147,61); }
H1.HeaderClassName
{
color: #E9933D;
}
.AnyTagClassName
{
color: #E9933D;
}
</style>
background-color css
<style>
a { background-color: #E9933D; }
a { background-color: rgb(233,147,61); }
div.DivClassName
{
background-color: #E9933D;
}
.BgClassName
{
background-color: #E9933D;
}
</style>
border-color css
<style>
span { border-color: #E9933D; }
span { border-color: rgb(233,147,61); }
td.TdClassName
{
border-color: #E9933D;
}
.TagClassName
{
border-color: #E9933D;
}
</style>