Shades of California #E39239
Tints of California #E39239
RGB
CMYK
RGB Variations
Color information
#E39239 (or 0xE39239) is known color: California. HEX triplet: E3, 92 and 39. RGB value is (227,146,57). Sum of RGB (Red+Green+Blue) = 227+146+57=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E39239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39239 is #1C6DC6. Grayscale: #A0A0A0. Windows color (decimal): -1863111 or 3773155. OLE color: 3773155.
HSL color Cylindrical-coordinate representation of color #E39239: hue angle of 31.41º degrees, saturation: 0.75, 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 #E39239 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 57 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.11 |
| HSL | 31.41º | 0.75% | 0.56% | - |
| HSV(B) | 31.41º | 0.75% | 0.89% | - |
| XYZ | 42.7 | 37.18 | 8.8 | - |
| YUV | 160.07 | 69.84 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 57 | 0 | 0.36 | 0.75 | 0.11 | 31.41 | 0.75 | 0.56 |
| Hex | E3 | 92 | 39 | 0 | 24 | 4B | B | 1F | 4B | 38 |
| Octal | 343 | 222 | 71 | 0 | 44 | 113 | 13 | 37 | 113 | 70 |
| Binary | 11100011 | 10010010 | 111001 | 0 | 100100 | 1001011 | 1011 | 11111 | 1001011 | 111000 |
Color Harmonies of #E39239
Complementary color
Monochromatic Colors of #E39239
Black with #E39239
Text Example
Text Example
White with #E39239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39239; }
p { color: rgb(227,146,57); }
H1.HeaderClassName
{
color: #E39239;
}
.AnyTagClassName
{
color: #E39239;
}
</style>
background-color css
<style>
a { background-color: #E39239; }
a { background-color: rgb(227,146,57); }
div.DivClassName
{
background-color: #E39239;
}
.BgClassName
{
background-color: #E39239;
}
</style>
border-color css
<style>
span { border-color: #E39239; }
span { border-color: rgb(227,146,57); }
td.TdClassName
{
border-color: #E39239;
}
.TagClassName
{
border-color: #E39239;
}
</style>