Shades of California #E08932
Tints of California #E08932
RGB
CMYK
RGB Variations
Color information
#E08932 (or 0xE08932) is known color: California. HEX triplet: E0, 89 and 32. RGB value is (224,137,50). Sum of RGB (Red+Green+Blue) = 224+137+50=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E08932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08932 is #1F76CD. Grayscale: #999999. Windows color (decimal): -2062030 or 3312096. OLE color: 3312096.
HSL color Cylindrical-coordinate representation of color #E08932: hue angle of 30º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E08932 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 50 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.12 |
| HSL | 30º | 0.74% | 0.54% | - |
| HSV(B) | 30º | 0.78% | 0.88% | - |
| XYZ | 40.26 | 33.97 | 7.45 | - |
| YUV | 153.1 | 69.82 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 50 | 0 | 0.39 | 0.78 | 0.12 | 30 | 0.74 | 0.54 |
| Hex | E0 | 89 | 32 | 0 | 27 | 4E | C | 1E | 4A | 36 |
| Octal | 340 | 211 | 62 | 0 | 47 | 116 | 14 | 36 | 112 | 66 |
| Binary | 11100000 | 10001001 | 110010 | 0 | 100111 | 1001110 | 1100 | 11110 | 1001010 | 110110 |
Color Harmonies of #E08932
Complementary color
Monochromatic Colors of #E08932
Black with #E08932
Text Example
Text Example
White with #E08932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08932; }
p { color: rgb(224,137,50); }
H1.HeaderClassName
{
color: #E08932;
}
.AnyTagClassName
{
color: #E08932;
}
</style>
background-color css
<style>
a { background-color: #E08932; }
a { background-color: rgb(224,137,50); }
div.DivClassName
{
background-color: #E08932;
}
.BgClassName
{
background-color: #E08932;
}
</style>
border-color css
<style>
span { border-color: #E08932; }
span { border-color: rgb(224,137,50); }
td.TdClassName
{
border-color: #E08932;
}
.TagClassName
{
border-color: #E08932;
}
</style>