Shades of California #E38A37
Tints of California #E38A37
RGB
CMYK
RGB Variations
Color information
#E38A37 (or 0xE38A37) is known color: California. HEX triplet: E3, 8A and 37. RGB value is (227,138,55). Sum of RGB (Red+Green+Blue) = 227+138+55=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38A37 is #1C75C8. Grayscale: #9B9B9B. Windows color (decimal): -1865161 or 3640035. OLE color: 3640035.
HSL color Cylindrical-coordinate representation of color #E38A37: hue angle of 28.95º 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 #E38A37 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 55 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.11 |
| HSL | 28.95º | 0.75% | 0.55% | - |
| HSV(B) | 28.95º | 0.76% | 0.89% | - |
| XYZ | 41.46 | 34.78 | 8.14 | - |
| YUV | 155.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 55 | 0 | 0.39 | 0.76 | 0.11 | 28.95 | 0.75 | 0.55 |
| Hex | E3 | 8A | 37 | 0 | 27 | 4C | B | 1D | 4B | 37 |
| Octal | 343 | 212 | 67 | 0 | 47 | 114 | 13 | 35 | 113 | 67 |
| Binary | 11100011 | 10001010 | 110111 | 0 | 100111 | 1001100 | 1011 | 11101 | 1001011 | 110111 |
Color Harmonies of #E38A37
Complementary color
Monochromatic Colors of #E38A37
Black with #E38A37
Text Example
Text Example
White with #E38A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A37; }
p { color: rgb(227,138,55); }
H1.HeaderClassName
{
color: #E38A37;
}
.AnyTagClassName
{
color: #E38A37;
}
</style>
background-color css
<style>
a { background-color: #E38A37; }
a { background-color: rgb(227,138,55); }
div.DivClassName
{
background-color: #E38A37;
}
.BgClassName
{
background-color: #E38A37;
}
</style>
border-color css
<style>
span { border-color: #E38A37; }
span { border-color: rgb(227,138,55); }
td.TdClassName
{
border-color: #E38A37;
}
.TagClassName
{
border-color: #E38A37;
}
</style>