Shades of California #E08B32
Tints of California #E08B32
RGB
CMYK
RGB Variations
Color information
#E08B32 (or 0xE08B32) is known color: California. HEX triplet: E0, 8B and 32. RGB value is (224,139,50). Sum of RGB (Red+Green+Blue) = 224+139+50=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B32 is #1F74CD. Grayscale: #9A9A9A. Windows color (decimal): -2061518 or 3312608. OLE color: 3312608.
HSL color Cylindrical-coordinate representation of color #E08B32: hue angle of 30.69º 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 #E08B32 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 50 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.12 |
| HSL | 30.69º | 0.74% | 0.54% | - |
| HSV(B) | 30.69º | 0.78% | 0.88% | - |
| XYZ | 40.55 | 34.54 | 7.55 | - |
| YUV | 154.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 50 | 0 | 0.38 | 0.78 | 0.12 | 30.69 | 0.74 | 0.54 |
| Hex | E0 | 8B | 32 | 0 | 26 | 4E | C | 1F | 4A | 36 |
| Octal | 340 | 213 | 62 | 0 | 46 | 116 | 14 | 37 | 112 | 66 |
| Binary | 11100000 | 10001011 | 110010 | 0 | 100110 | 1001110 | 1100 | 11111 | 1001010 | 110110 |
Color Harmonies of #E08B32
Complementary color
Monochromatic Colors of #E08B32
Black with #E08B32
Text Example
Text Example
White with #E08B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B32; }
p { color: rgb(224,139,50); }
H1.HeaderClassName
{
color: #E08B32;
}
.AnyTagClassName
{
color: #E08B32;
}
</style>
background-color css
<style>
a { background-color: #E08B32; }
a { background-color: rgb(224,139,50); }
div.DivClassName
{
background-color: #E08B32;
}
.BgClassName
{
background-color: #E08B32;
}
</style>
border-color css
<style>
span { border-color: #E08B32; }
span { border-color: rgb(224,139,50); }
td.TdClassName
{
border-color: #E08B32;
}
.TagClassName
{
border-color: #E08B32;
}
</style>