Shades of California #E08D41
Tints of California #E08D41
RGB
CMYK
RGB Variations
Color information
#E08D41 (or 0xE08D41) is known color: California. HEX triplet: E0, 8D and 41. RGB value is (224,141,65). Sum of RGB (Red+Green+Blue) = 224+141+65=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D41 is #1F72BE. Grayscale: #9D9D9D. Windows color (decimal): -2060991 or 4296160. OLE color: 4296160.
HSL color Cylindrical-coordinate representation of color #E08D41: hue angle of 28.68º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E08D41 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 65 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.12 |
| HSL | 28.68º | 0.72% | 0.57% | - |
| HSV(B) | 28.68º | 0.71% | 0.88% | - |
| XYZ | 41.22 | 35.28 | 9.64 | - |
| YUV | 157.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 65 | 0 | 0.37 | 0.71 | 0.12 | 28.68 | 0.72 | 0.57 |
| Hex | E0 | 8D | 41 | 0 | 25 | 47 | C | 1D | 48 | 39 |
| Octal | 340 | 215 | 101 | 0 | 45 | 107 | 14 | 35 | 110 | 71 |
| Binary | 11100000 | 10001101 | 1000001 | 0 | 100101 | 1000111 | 1100 | 11101 | 1001000 | 111001 |
Color Harmonies of #E08D41
Complementary color
Monochromatic Colors of #E08D41
Black with #E08D41
Text Example
Text Example
White with #E08D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D41; }
p { color: rgb(224,141,65); }
H1.HeaderClassName
{
color: #E08D41;
}
.AnyTagClassName
{
color: #E08D41;
}
</style>
background-color css
<style>
a { background-color: #E08D41; }
a { background-color: rgb(224,141,65); }
div.DivClassName
{
background-color: #E08D41;
}
.BgClassName
{
background-color: #E08D41;
}
</style>
border-color css
<style>
span { border-color: #E08D41; }
span { border-color: rgb(224,141,65); }
td.TdClassName
{
border-color: #E08D41;
}
.TagClassName
{
border-color: #E08D41;
}
</style>