Shades of California #E08B3F
Tints of California #E08B3F
RGB
CMYK
RGB Variations
Color information
#E08B3F (or 0xE08B3F) is known color: California. HEX triplet: E0, 8B and 3F. RGB value is (224,139,63). Sum of RGB (Red+Green+Blue) = 224+139+63=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B3F is #1F74C0. Grayscale: #9C9C9C. Windows color (decimal): -2061505 or 4164576. OLE color: 4164576.
HSL color Cylindrical-coordinate representation of color #E08B3F: hue angle of 28.32º 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 #E08B3F is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 63 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.12 |
| HSL | 28.32º | 0.72% | 0.56% | - |
| HSV(B) | 28.32º | 0.72% | 0.88% | - |
| XYZ | 40.87 | 34.67 | 9.24 | - |
| YUV | 155.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 63 | 0 | 0.38 | 0.72 | 0.12 | 28.32 | 0.72 | 0.56 |
| Hex | E0 | 8B | 3F | 0 | 26 | 48 | C | 1C | 48 | 38 |
| Octal | 340 | 213 | 77 | 0 | 46 | 110 | 14 | 34 | 110 | 70 |
| Binary | 11100000 | 10001011 | 111111 | 0 | 100110 | 1001000 | 1100 | 11100 | 1001000 | 111000 |
Color Harmonies of #E08B3F
Complementary color
Monochromatic Colors of #E08B3F
Black with #E08B3F
Text Example
Text Example
White with #E08B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B3F; }
p { color: rgb(224,139,63); }
H1.HeaderClassName
{
color: #E08B3F;
}
.AnyTagClassName
{
color: #E08B3F;
}
</style>
background-color css
<style>
a { background-color: #E08B3F; }
a { background-color: rgb(224,139,63); }
div.DivClassName
{
background-color: #E08B3F;
}
.BgClassName
{
background-color: #E08B3F;
}
</style>
border-color css
<style>
span { border-color: #E08B3F; }
span { border-color: rgb(224,139,63); }
td.TdClassName
{
border-color: #E08B3F;
}
.TagClassName
{
border-color: #E08B3F;
}
</style>