Shades of California #E38E37
Tints of California #E38E37
RGB
CMYK
RGB Variations
Color information
#E38E37 (or 0xE38E37) is known color: California. HEX triplet: E3, 8E and 37. RGB value is (227,142,55). Sum of RGB (Red+Green+Blue) = 227+142+55=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38E37 is #1C71C8. Grayscale: #9D9D9D. Windows color (decimal): -1864137 or 3641059. OLE color: 3641059.
HSL color Cylindrical-coordinate representation of color #E38E37: hue angle of 30.35º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E38E37 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 55 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.11 |
| HSL | 30.35º | 0.75% | 0.55% | - |
| HSV(B) | 30.35º | 0.76% | 0.89% | - |
| XYZ | 42.04 | 35.95 | 8.34 | - |
| YUV | 157.5 | 70.16 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 55 | 0 | 0.37 | 0.76 | 0.11 | 30.35 | 0.75 | 0.55 |
| Hex | E3 | 8E | 37 | 0 | 25 | 4C | B | 1E | 4B | 37 |
| Octal | 343 | 216 | 67 | 0 | 45 | 114 | 13 | 36 | 113 | 67 |
| Binary | 11100011 | 10001110 | 110111 | 0 | 100101 | 1001100 | 1011 | 11110 | 1001011 | 110111 |
Color Harmonies of #E38E37
Complementary color
Monochromatic Colors of #E38E37
Black with #E38E37
Text Example
Text Example
White with #E38E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E37; }
p { color: rgb(227,142,55); }
H1.HeaderClassName
{
color: #E38E37;
}
.AnyTagClassName
{
color: #E38E37;
}
</style>
background-color css
<style>
a { background-color: #E38E37; }
a { background-color: rgb(227,142,55); }
div.DivClassName
{
background-color: #E38E37;
}
.BgClassName
{
background-color: #E38E37;
}
</style>
border-color css
<style>
span { border-color: #E38E37; }
span { border-color: rgb(227,142,55); }
td.TdClassName
{
border-color: #E38E37;
}
.TagClassName
{
border-color: #E38E37;
}
</style>