Shades of California #E38A36
Tints of California #E38A36
RGB
CMYK
RGB Variations
Color information
#E38A36 (or 0xE38A36) is known color: California. HEX triplet: E3, 8A and 36. RGB value is (227,138,54). Sum of RGB (Red+Green+Blue) = 227+138+54=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38A36 is #1C75C9. Grayscale: #9B9B9B. Windows color (decimal): -1865162 or 3574499. OLE color: 3574499.
HSL color Cylindrical-coordinate representation of color #E38A36: hue angle of 29.13º degrees, saturation: 0.76, 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 #E38A36 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 54 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.11 |
| HSL | 29.13º | 0.76% | 0.55% | - |
| HSV(B) | 29.13º | 0.76% | 0.89% | - |
| XYZ | 41.43 | 34.77 | 8.02 | - |
| YUV | 155.04 | 70.99 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 54 | 0 | 0.39 | 0.76 | 0.11 | 29.13 | 0.76 | 0.55 |
| Hex | E3 | 8A | 36 | 0 | 27 | 4C | B | 1D | 4C | 37 |
| Octal | 343 | 212 | 66 | 0 | 47 | 114 | 13 | 35 | 114 | 67 |
| Binary | 11100011 | 10001010 | 110110 | 0 | 100111 | 1001100 | 1011 | 11101 | 1001100 | 110111 |
Color Harmonies of #E38A36
Complementary color
Monochromatic Colors of #E38A36
Black with #E38A36
Text Example
Text Example
White with #E38A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A36; }
p { color: rgb(227,138,54); }
H1.HeaderClassName
{
color: #E38A36;
}
.AnyTagClassName
{
color: #E38A36;
}
</style>
background-color css
<style>
a { background-color: #E38A36; }
a { background-color: rgb(227,138,54); }
div.DivClassName
{
background-color: #E38A36;
}
.BgClassName
{
background-color: #E38A36;
}
</style>
border-color css
<style>
span { border-color: #E38A36; }
span { border-color: rgb(227,138,54); }
td.TdClassName
{
border-color: #E38A36;
}
.TagClassName
{
border-color: #E38A36;
}
</style>