Shades of California #E49333
Tints of California #E49333
RGB
CMYK
RGB Variations
Color information
#E49333 (or 0xE49333) is known color: California. HEX triplet: E4, 93 and 33. RGB value is (228,147,51). Sum of RGB (Red+Green+Blue) = 228+147+51=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E49333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49333 is #1B6CCC. Grayscale: #A0A0A0. Windows color (decimal): -1797325 or 3380196. OLE color: 3380196.
HSL color Cylindrical-coordinate representation of color #E49333: hue angle of 32.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E49333 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 51 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.11 |
| HSL | 32.54º | 0.77% | 0.55% | - |
| HSV(B) | 32.54º | 0.78% | 0.89% | - |
| XYZ | 43.03 | 37.6 | 8.12 | - |
| YUV | 160.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 51 | 0 | 0.36 | 0.78 | 0.11 | 32.54 | 0.77 | 0.55 |
| Hex | E4 | 93 | 33 | 0 | 24 | 4E | B | 21 | 4D | 37 |
| Octal | 344 | 223 | 63 | 0 | 44 | 116 | 13 | 41 | 115 | 67 |
| Binary | 11100100 | 10010011 | 110011 | 0 | 100100 | 1001110 | 1011 | 100001 | 1001101 | 110111 |
Color Harmonies of #E49333
Complementary color
Monochromatic Colors of #E49333
Black with #E49333
Text Example
Text Example
White with #E49333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49333; }
p { color: rgb(228,147,51); }
H1.HeaderClassName
{
color: #E49333;
}
.AnyTagClassName
{
color: #E49333;
}
</style>
background-color css
<style>
a { background-color: #E49333; }
a { background-color: rgb(228,147,51); }
div.DivClassName
{
background-color: #E49333;
}
.BgClassName
{
background-color: #E49333;
}
</style>
border-color css
<style>
span { border-color: #E49333; }
span { border-color: rgb(228,147,51); }
td.TdClassName
{
border-color: #E49333;
}
.TagClassName
{
border-color: #E49333;
}
</style>