Shades of California #E89133
Tints of California #E89133
RGB
CMYK
RGB Variations
Color information
#E89133 (or 0xE89133) is known color: California. HEX triplet: E8, 91 and 33. RGB value is (232,145,51). Sum of RGB (Red+Green+Blue) = 232+145+51=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E89133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89133 is #176ECC. Grayscale: #A0A0A0. Windows color (decimal): -1535693 or 3379688. OLE color: 3379688.
HSL color Cylindrical-coordinate representation of color #E89133: hue angle of 31.16º 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 #E89133 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 51 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.09 |
| HSL | 31.16º | 0.8% | 0.55% | - |
| HSV(B) | 31.16º | 0.78% | 0.91% | - |
| XYZ | 44 | 37.65 | 8.08 | - |
| YUV | 160.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 51 | 0 | 0.38 | 0.78 | 0.09 | 31.16 | 0.8 | 0.55 |
| Hex | E8 | 91 | 33 | 0 | 26 | 4E | 9 | 1F | 50 | 37 |
| Octal | 350 | 221 | 63 | 0 | 46 | 116 | 11 | 37 | 120 | 67 |
| Binary | 11101000 | 10010001 | 110011 | 0 | 100110 | 1001110 | 1001 | 11111 | 1010000 | 110111 |
Color Harmonies of #E89133
Complementary color
Monochromatic Colors of #E89133
Black with #E89133
Text Example
Text Example
White with #E89133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89133; }
p { color: rgb(232,145,51); }
H1.HeaderClassName
{
color: #E89133;
}
.AnyTagClassName
{
color: #E89133;
}
</style>
background-color css
<style>
a { background-color: #E89133; }
a { background-color: rgb(232,145,51); }
div.DivClassName
{
background-color: #E89133;
}
.BgClassName
{
background-color: #E89133;
}
</style>
border-color css
<style>
span { border-color: #E89133; }
span { border-color: rgb(232,145,51); }
td.TdClassName
{
border-color: #E89133;
}
.TagClassName
{
border-color: #E89133;
}
</style>