Shades of California #E88E33
Tints of California #E88E33
RGB
CMYK
RGB Variations
Color information
#E88E33 (or 0xE88E33) is known color: California. HEX triplet: E8, 8E and 33. RGB value is (232,142,51). Sum of RGB (Red+Green+Blue) = 232+142+51=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88E33 is #1771CC. Grayscale: #9E9E9E. Windows color (decimal): -1536461 or 3378920. OLE color: 3378920.
HSL color Cylindrical-coordinate representation of color #E88E33: hue angle of 30.17º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E88E33 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 51 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.09 |
| HSL | 30.17º | 0.8% | 0.55% | - |
| HSV(B) | 30.17º | 0.78% | 0.91% | - |
| XYZ | 43.55 | 36.74 | 7.93 | - |
| YUV | 158.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 51 | 0 | 0.39 | 0.78 | 0.09 | 30.17 | 0.8 | 0.55 |
| Hex | E8 | 8E | 33 | 0 | 27 | 4E | 9 | 1E | 50 | 37 |
| Octal | 350 | 216 | 63 | 0 | 47 | 116 | 11 | 36 | 120 | 67 |
| Binary | 11101000 | 10001110 | 110011 | 0 | 100111 | 1001110 | 1001 | 11110 | 1010000 | 110111 |
Color Harmonies of #E88E33
Complementary color
Monochromatic Colors of #E88E33
Black with #E88E33
Text Example
Text Example
White with #E88E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88E33; }
p { color: rgb(232,142,51); }
H1.HeaderClassName
{
color: #E88E33;
}
.AnyTagClassName
{
color: #E88E33;
}
</style>
background-color css
<style>
a { background-color: #E88E33; }
a { background-color: rgb(232,142,51); }
div.DivClassName
{
background-color: #E88E33;
}
.BgClassName
{
background-color: #E88E33;
}
</style>
border-color css
<style>
span { border-color: #E88E33; }
span { border-color: rgb(232,142,51); }
td.TdClassName
{
border-color: #E88E33;
}
.TagClassName
{
border-color: #E88E33;
}
</style>