Shades of California #E88D3E
Tints of California #E88D3E
RGB
CMYK
RGB Variations
Color information
#E88D3E (or 0xE88D3E) is known color: California. HEX triplet: E8, 8D and 3E. RGB value is (232,141,62). Sum of RGB (Red+Green+Blue) = 232+141+62=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88D3E is #1772C1. Grayscale: #9F9F9F. Windows color (decimal): -1536706 or 4099560. OLE color: 4099560.
HSL color Cylindrical-coordinate representation of color #E88D3E: hue angle of 27.88º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E88D3E is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 62 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.09 |
| HSL | 27.88º | 0.79% | 0.58% | - |
| HSV(B) | 27.88º | 0.73% | 0.91% | - |
| XYZ | 43.67 | 36.55 | 9.31 | - |
| YUV | 159.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 62 | 0 | 0.39 | 0.73 | 0.09 | 27.88 | 0.79 | 0.58 |
| Hex | E8 | 8D | 3E | 0 | 27 | 49 | 9 | 1C | 4F | 3A |
| Octal | 350 | 215 | 76 | 0 | 47 | 111 | 11 | 34 | 117 | 72 |
| Binary | 11101000 | 10001101 | 111110 | 0 | 100111 | 1001001 | 1001 | 11100 | 1001111 | 111010 |
Color Harmonies of #E88D3E
Complementary color
Monochromatic Colors of #E88D3E
Black with #E88D3E
Text Example
Text Example
White with #E88D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88D3E; }
p { color: rgb(232,141,62); }
H1.HeaderClassName
{
color: #E88D3E;
}
.AnyTagClassName
{
color: #E88D3E;
}
</style>
background-color css
<style>
a { background-color: #E88D3E; }
a { background-color: rgb(232,141,62); }
div.DivClassName
{
background-color: #E88D3E;
}
.BgClassName
{
background-color: #E88D3E;
}
</style>
border-color css
<style>
span { border-color: #E88D3E; }
span { border-color: rgb(232,141,62); }
td.TdClassName
{
border-color: #E88D3E;
}
.TagClassName
{
border-color: #E88D3E;
}
</style>