Shades of California #E08D3D
Tints of California #E08D3D
RGB
CMYK
RGB Variations
Color information
#E08D3D (or 0xE08D3D) is known color: California. HEX triplet: E0, 8D and 3D. RGB value is (224,141,61). Sum of RGB (Red+Green+Blue) = 224+141+61=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D3D is #1F72C2. Grayscale: #9D9D9D. Windows color (decimal): -2060995 or 4034016. OLE color: 4034016.
HSL color Cylindrical-coordinate representation of color #E08D3D: hue angle of 29.45º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E08D3D is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 61 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.12 |
| HSL | 29.45º | 0.72% | 0.56% | - |
| HSV(B) | 29.45º | 0.73% | 0.88% | - |
| XYZ | 41.11 | 35.23 | 9.05 | - |
| YUV | 156.7 | 74 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 61 | 0 | 0.37 | 0.73 | 0.12 | 29.45 | 0.72 | 0.56 |
| Hex | E0 | 8D | 3D | 0 | 25 | 49 | C | 1D | 48 | 38 |
| Octal | 340 | 215 | 75 | 0 | 45 | 111 | 14 | 35 | 110 | 70 |
| Binary | 11100000 | 10001101 | 111101 | 0 | 100101 | 1001001 | 1100 | 11101 | 1001000 | 111000 |
Color Harmonies of #E08D3D
Complementary color
Monochromatic Colors of #E08D3D
Black with #E08D3D
Text Example
Text Example
White with #E08D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D3D; }
p { color: rgb(224,141,61); }
H1.HeaderClassName
{
color: #E08D3D;
}
.AnyTagClassName
{
color: #E08D3D;
}
</style>
background-color css
<style>
a { background-color: #E08D3D; }
a { background-color: rgb(224,141,61); }
div.DivClassName
{
background-color: #E08D3D;
}
.BgClassName
{
background-color: #E08D3D;
}
</style>
border-color css
<style>
span { border-color: #E08D3D; }
span { border-color: rgb(224,141,61); }
td.TdClassName
{
border-color: #E08D3D;
}
.TagClassName
{
border-color: #E08D3D;
}
</style>