Shades of California #E88F3D
Tints of California #E88F3D
RGB
CMYK
RGB Variations
Color information
#E88F3D (or 0xE88F3D) is known color: California. HEX triplet: E8, 8F and 3D. RGB value is (232,143,61). Sum of RGB (Red+Green+Blue) = 232+143+61=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88F3D is #1770C2. Grayscale: #A0A0A0. Windows color (decimal): -1536195 or 4034536. OLE color: 4034536.
HSL color Cylindrical-coordinate representation of color #E88F3D: hue angle of 28.77º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E88F3D is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 61 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.09 |
| HSL | 28.77º | 0.79% | 0.57% | - |
| HSV(B) | 28.77º | 0.74% | 0.91% | - |
| XYZ | 43.94 | 37.14 | 9.27 | - |
| YUV | 160.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 61 | 0 | 0.38 | 0.74 | 0.09 | 28.77 | 0.79 | 0.57 |
| Hex | E8 | 8F | 3D | 0 | 26 | 4A | 9 | 1D | 4F | 39 |
| Octal | 350 | 217 | 75 | 0 | 46 | 112 | 11 | 35 | 117 | 71 |
| Binary | 11101000 | 10001111 | 111101 | 0 | 100110 | 1001010 | 1001 | 11101 | 1001111 | 111001 |
Color Harmonies of #E88F3D
Complementary color
Monochromatic Colors of #E88F3D
Black with #E88F3D
Text Example
Text Example
White with #E88F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F3D; }
p { color: rgb(232,143,61); }
H1.HeaderClassName
{
color: #E88F3D;
}
.AnyTagClassName
{
color: #E88F3D;
}
</style>
background-color css
<style>
a { background-color: #E88F3D; }
a { background-color: rgb(232,143,61); }
div.DivClassName
{
background-color: #E88F3D;
}
.BgClassName
{
background-color: #E88F3D;
}
</style>
border-color css
<style>
span { border-color: #E88F3D; }
span { border-color: rgb(232,143,61); }
td.TdClassName
{
border-color: #E88F3D;
}
.TagClassName
{
border-color: #E88F3D;
}
</style>