Shades of California #E88C40
Tints of California #E88C40
RGB
CMYK
RGB Variations
Color information
#E88C40 (or 0xE88C40) is known color: California. HEX triplet: E8, 8C and 40. RGB value is (232,140,64). Sum of RGB (Red+Green+Blue) = 232+140+64=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88C40 is #1773BF. Grayscale: #9F9F9F. Windows color (decimal): -1536960 or 4230376. OLE color: 4230376.
HSL color Cylindrical-coordinate representation of color #E88C40: hue angle of 27.14º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E88C40 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 64 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.09 |
| HSL | 27.14º | 0.79% | 0.58% | - |
| HSV(B) | 27.14º | 0.72% | 0.91% | - |
| XYZ | 43.58 | 36.28 | 9.56 | - |
| YUV | 158.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 64 | 0 | 0.40 | 0.72 | 0.09 | 27.14 | 0.79 | 0.58 |
| Hex | E8 | 8C | 40 | 0 | 28 | 48 | 9 | 1B | 4F | 3A |
| Octal | 350 | 214 | 100 | 0 | 50 | 110 | 11 | 33 | 117 | 72 |
| Binary | 11101000 | 10001100 | 1000000 | 0 | 101000 | 1001000 | 1001 | 11011 | 1001111 | 111010 |
Color Harmonies of #E88C40
Complementary color
Monochromatic Colors of #E88C40
Black with #E88C40
Text Example
Text Example
White with #E88C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88C40; }
p { color: rgb(232,140,64); }
H1.HeaderClassName
{
color: #E88C40;
}
.AnyTagClassName
{
color: #E88C40;
}
</style>
background-color css
<style>
a { background-color: #E88C40; }
a { background-color: rgb(232,140,64); }
div.DivClassName
{
background-color: #E88C40;
}
.BgClassName
{
background-color: #E88C40;
}
</style>
border-color css
<style>
span { border-color: #E88C40; }
span { border-color: rgb(232,140,64); }
td.TdClassName
{
border-color: #E88C40;
}
.TagClassName
{
border-color: #E88C40;
}
</style>