Shades of California #E38C36
Tints of California #E38C36
RGB
CMYK
RGB Variations
Color information
#E38C36 (or 0xE38C36) is known color: California. HEX triplet: E3, 8C and 36. RGB value is (227,140,54). Sum of RGB (Red+Green+Blue) = 227+140+54=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38C36 is #1C73C9. Grayscale: #9C9C9C. Windows color (decimal): -1864650 or 3575011. OLE color: 3575011.
HSL color Cylindrical-coordinate representation of color #E38C36: hue angle of 29.83º 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 #E38C36 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 54 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.11 |
| HSL | 29.83º | 0.76% | 0.55% | - |
| HSV(B) | 29.83º | 0.76% | 0.89% | - |
| XYZ | 41.72 | 35.35 | 8.11 | - |
| YUV | 156.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 54 | 0 | 0.38 | 0.76 | 0.11 | 29.83 | 0.76 | 0.55 |
| Hex | E3 | 8C | 36 | 0 | 26 | 4C | B | 1E | 4C | 37 |
| Octal | 343 | 214 | 66 | 0 | 46 | 114 | 13 | 36 | 114 | 67 |
| Binary | 11100011 | 10001100 | 110110 | 0 | 100110 | 1001100 | 1011 | 11110 | 1001100 | 110111 |
Color Harmonies of #E38C36
Complementary color
Monochromatic Colors of #E38C36
Black with #E38C36
Text Example
Text Example
White with #E38C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C36; }
p { color: rgb(227,140,54); }
H1.HeaderClassName
{
color: #E38C36;
}
.AnyTagClassName
{
color: #E38C36;
}
</style>
background-color css
<style>
a { background-color: #E38C36; }
a { background-color: rgb(227,140,54); }
div.DivClassName
{
background-color: #E38C36;
}
.BgClassName
{
background-color: #E38C36;
}
</style>
border-color css
<style>
span { border-color: #E38C36; }
span { border-color: rgb(227,140,54); }
td.TdClassName
{
border-color: #E38C36;
}
.TagClassName
{
border-color: #E38C36;
}
</style>