Shades of California #E49338
Tints of California #E49338
RGB
CMYK
RGB Variations
Color information
#E49338 (or 0xE49338) is known color: California. HEX triplet: E4, 93 and 38. RGB value is (228,147,56). Sum of RGB (Red+Green+Blue) = 228+147+56=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E49338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49338 is #1B6CC7. Grayscale: #A1A1A1. Windows color (decimal): -1797320 or 3707876. OLE color: 3707876.
HSL color Cylindrical-coordinate representation of color #E49338: hue angle of 31.74º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E49338 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 56 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.11 |
| HSL | 31.74º | 0.76% | 0.56% | - |
| HSV(B) | 31.74º | 0.75% | 0.89% | - |
| XYZ | 43.14 | 37.65 | 8.73 | - |
| YUV | 160.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 56 | 0 | 0.36 | 0.75 | 0.11 | 31.74 | 0.76 | 0.56 |
| Hex | E4 | 93 | 38 | 0 | 24 | 4B | B | 20 | 4C | 38 |
| Octal | 344 | 223 | 70 | 0 | 44 | 113 | 13 | 40 | 114 | 70 |
| Binary | 11100100 | 10010011 | 111000 | 0 | 100100 | 1001011 | 1011 | 100000 | 1001100 | 111000 |
Color Harmonies of #E49338
Complementary color
Monochromatic Colors of #E49338
Black with #E49338
Text Example
Text Example
White with #E49338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49338; }
p { color: rgb(228,147,56); }
H1.HeaderClassName
{
color: #E49338;
}
.AnyTagClassName
{
color: #E49338;
}
</style>
background-color css
<style>
a { background-color: #E49338; }
a { background-color: rgb(228,147,56); }
div.DivClassName
{
background-color: #E49338;
}
.BgClassName
{
background-color: #E49338;
}
</style>
border-color css
<style>
span { border-color: #E49338; }
span { border-color: rgb(228,147,56); }
td.TdClassName
{
border-color: #E49338;
}
.TagClassName
{
border-color: #E49338;
}
</style>