Shades of California #E39338
Tints of California #E39338
RGB
CMYK
RGB Variations
Color information
#E39338 (or 0xE39338) is known color: California. HEX triplet: E3, 93 and 38. RGB value is (227,147,56). Sum of RGB (Red+Green+Blue) = 227+147+56=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E39338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39338 is #1C6CC7. Grayscale: #A0A0A0. Windows color (decimal): -1862856 or 3707875. OLE color: 3707875.
HSL color Cylindrical-coordinate representation of color #E39338: hue angle of 31.93º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E39338 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 56 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.11 |
| HSL | 31.93º | 0.75% | 0.55% | - |
| HSV(B) | 31.93º | 0.75% | 0.89% | - |
| XYZ | 42.83 | 37.48 | 8.72 | - |
| YUV | 160.55 | 69 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 56 | 0 | 0.35 | 0.75 | 0.11 | 31.93 | 0.75 | 0.55 |
| Hex | E3 | 93 | 38 | 0 | 23 | 4B | B | 20 | 4B | 37 |
| Octal | 343 | 223 | 70 | 0 | 43 | 113 | 13 | 40 | 113 | 67 |
| Binary | 11100011 | 10010011 | 111000 | 0 | 100011 | 1001011 | 1011 | 100000 | 1001011 | 110111 |
Color Harmonies of #E39338
Complementary color
Monochromatic Colors of #E39338
Black with #E39338
Text Example
Text Example
White with #E39338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39338; }
p { color: rgb(227,147,56); }
H1.HeaderClassName
{
color: #E39338;
}
.AnyTagClassName
{
color: #E39338;
}
</style>
background-color css
<style>
a { background-color: #E39338; }
a { background-color: rgb(227,147,56); }
div.DivClassName
{
background-color: #E39338;
}
.BgClassName
{
background-color: #E39338;
}
</style>
border-color css
<style>
span { border-color: #E39338; }
span { border-color: rgb(227,147,56); }
td.TdClassName
{
border-color: #E39338;
}
.TagClassName
{
border-color: #E39338;
}
</style>