Shades of California #E08B3E
Tints of California #E08B3E
RGB
CMYK
RGB Variations
Color information
#E08B3E (or 0xE08B3E) is known color: California. HEX triplet: E0, 8B and 3E. RGB value is (224,139,62). Sum of RGB (Red+Green+Blue) = 224+139+62=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B3E is #1F74C1. Grayscale: #9C9C9C. Windows color (decimal): -2061506 or 4099040. OLE color: 4099040.
HSL color Cylindrical-coordinate representation of color #E08B3E: hue angle of 28.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E08B3E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 62 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.12 |
| HSL | 28.52º | 0.72% | 0.56% | - |
| HSV(B) | 28.52º | 0.72% | 0.88% | - |
| XYZ | 40.84 | 34.66 | 9.09 | - |
| YUV | 155.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 62 | 0 | 0.38 | 0.72 | 0.12 | 28.52 | 0.72 | 0.56 |
| Hex | E0 | 8B | 3E | 0 | 26 | 48 | C | 1D | 48 | 38 |
| Octal | 340 | 213 | 76 | 0 | 46 | 110 | 14 | 35 | 110 | 70 |
| Binary | 11100000 | 10001011 | 111110 | 0 | 100110 | 1001000 | 1100 | 11101 | 1001000 | 111000 |
Color Harmonies of #E08B3E
Complementary color
Monochromatic Colors of #E08B3E
Black with #E08B3E
Text Example
Text Example
White with #E08B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B3E; }
p { color: rgb(224,139,62); }
H1.HeaderClassName
{
color: #E08B3E;
}
.AnyTagClassName
{
color: #E08B3E;
}
</style>
background-color css
<style>
a { background-color: #E08B3E; }
a { background-color: rgb(224,139,62); }
div.DivClassName
{
background-color: #E08B3E;
}
.BgClassName
{
background-color: #E08B3E;
}
</style>
border-color css
<style>
span { border-color: #E08B3E; }
span { border-color: rgb(224,139,62); }
td.TdClassName
{
border-color: #E08B3E;
}
.TagClassName
{
border-color: #E08B3E;
}
</style>