Shades of California #E88834
Tints of California #E88834
RGB
CMYK
RGB Variations
Color information
#E88834 (or 0xE88834) is known color: California. HEX triplet: E8, 88 and 34. RGB value is (232,136,52). Sum of RGB (Red+Green+Blue) = 232+136+52=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E88834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88834 is #1777CB. Grayscale: #9B9B9B. Windows color (decimal): -1537996 or 3442920. OLE color: 3442920.
HSL color Cylindrical-coordinate representation of color #E88834: hue angle of 28º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E88834 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 52 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.09 |
| HSL | 28º | 0.8% | 0.56% | - |
| HSV(B) | 28º | 0.78% | 0.91% | - |
| XYZ | 42.7 | 35.01 | 7.76 | - |
| YUV | 155.13 | 69.8 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 52 | 0 | 0.41 | 0.78 | 0.09 | 28 | 0.8 | 0.56 |
| Hex | E8 | 88 | 34 | 0 | 29 | 4E | 9 | 1C | 50 | 38 |
| Octal | 350 | 210 | 64 | 0 | 51 | 116 | 11 | 34 | 120 | 70 |
| Binary | 11101000 | 10001000 | 110100 | 0 | 101001 | 1001110 | 1001 | 11100 | 1010000 | 111000 |
Color Harmonies of #E88834
Complementary color
Monochromatic Colors of #E88834
Black with #E88834
Text Example
Text Example
White with #E88834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88834; }
p { color: rgb(232,136,52); }
H1.HeaderClassName
{
color: #E88834;
}
.AnyTagClassName
{
color: #E88834;
}
</style>
background-color css
<style>
a { background-color: #E88834; }
a { background-color: rgb(232,136,52); }
div.DivClassName
{
background-color: #E88834;
}
.BgClassName
{
background-color: #E88834;
}
</style>
border-color css
<style>
span { border-color: #E88834; }
span { border-color: rgb(232,136,52); }
td.TdClassName
{
border-color: #E88834;
}
.TagClassName
{
border-color: #E88834;
}
</style>