Shades of California #E49335
Tints of California #E49335
RGB
CMYK
RGB Variations
Color information
#E49335 (or 0xE49335) is known color: California. HEX triplet: E4, 93 and 35. RGB value is (228,147,53). Sum of RGB (Red+Green+Blue) = 228+147+53=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E49335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49335 is #1B6CCA. Grayscale: #A0A0A0. Windows color (decimal): -1797323 or 3511268. OLE color: 3511268.
HSL color Cylindrical-coordinate representation of color #E49335: hue angle of 32.23º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E49335 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 53 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.11 |
| HSL | 32.23º | 0.76% | 0.55% | - |
| HSV(B) | 32.23º | 0.77% | 0.89% | - |
| XYZ | 43.07 | 37.62 | 8.36 | - |
| YUV | 160.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 53 | 0 | 0.36 | 0.77 | 0.11 | 32.23 | 0.76 | 0.55 |
| Hex | E4 | 93 | 35 | 0 | 24 | 4D | B | 20 | 4C | 37 |
| Octal | 344 | 223 | 65 | 0 | 44 | 115 | 13 | 40 | 114 | 67 |
| Binary | 11100100 | 10010011 | 110101 | 0 | 100100 | 1001101 | 1011 | 100000 | 1001100 | 110111 |
Color Harmonies of #E49335
Complementary color
Monochromatic Colors of #E49335
Black with #E49335
Text Example
Text Example
White with #E49335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49335; }
p { color: rgb(228,147,53); }
H1.HeaderClassName
{
color: #E49335;
}
.AnyTagClassName
{
color: #E49335;
}
</style>
background-color css
<style>
a { background-color: #E49335; }
a { background-color: rgb(228,147,53); }
div.DivClassName
{
background-color: #E49335;
}
.BgClassName
{
background-color: #E49335;
}
</style>
border-color css
<style>
span { border-color: #E49335; }
span { border-color: rgb(228,147,53); }
td.TdClassName
{
border-color: #E49335;
}
.TagClassName
{
border-color: #E49335;
}
</style>