Shades of California #E39038
Tints of California #E39038
RGB
CMYK
RGB Variations
Color information
#E39038 (or 0xE39038) is known color: California. HEX triplet: E3, 90 and 38. RGB value is (227,144,56). Sum of RGB (Red+Green+Blue) = 227+144+56=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E39038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39038 is #1C6FC7. Grayscale: #9F9F9F. Windows color (decimal): -1863624 or 3707107. OLE color: 3707107.
HSL color Cylindrical-coordinate representation of color #E39038: hue angle of 30.88º 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 #E39038 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 56 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.11 |
| HSL | 30.88º | 0.75% | 0.55% | - |
| HSV(B) | 30.88º | 0.75% | 0.89% | - |
| XYZ | 42.37 | 36.56 | 8.57 | - |
| YUV | 158.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 56 | 0 | 0.37 | 0.75 | 0.11 | 30.88 | 0.75 | 0.55 |
| Hex | E3 | 90 | 38 | 0 | 25 | 4B | B | 1F | 4B | 37 |
| Octal | 343 | 220 | 70 | 0 | 45 | 113 | 13 | 37 | 113 | 67 |
| Binary | 11100011 | 10010000 | 111000 | 0 | 100101 | 1001011 | 1011 | 11111 | 1001011 | 110111 |
Color Harmonies of #E39038
Complementary color
Monochromatic Colors of #E39038
Black with #E39038
Text Example
Text Example
White with #E39038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39038; }
p { color: rgb(227,144,56); }
H1.HeaderClassName
{
color: #E39038;
}
.AnyTagClassName
{
color: #E39038;
}
</style>
background-color css
<style>
a { background-color: #E39038; }
a { background-color: rgb(227,144,56); }
div.DivClassName
{
background-color: #E39038;
}
.BgClassName
{
background-color: #E39038;
}
</style>
border-color css
<style>
span { border-color: #E39038; }
span { border-color: rgb(227,144,56); }
td.TdClassName
{
border-color: #E39038;
}
.TagClassName
{
border-color: #E39038;
}
</style>