Shades of California #E08F3C
Tints of California #E08F3C
RGB
CMYK
RGB Variations
Color information
#E08F3C (or 0xE08F3C) is known color: California. HEX triplet: E0, 8F and 3C. RGB value is (224,143,60). Sum of RGB (Red+Green+Blue) = 224+143+60=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F3C is #1F70C3. Grayscale: #9E9E9E. Windows color (decimal): -2060484 or 3968992. OLE color: 3968992.
HSL color Cylindrical-coordinate representation of color #E08F3C: hue angle of 30.37º degrees, saturation: 0.73, 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 #E08F3C is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 60 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.12 |
| HSL | 30.37º | 0.73% | 0.56% | - |
| HSV(B) | 30.37º | 0.73% | 0.88% | - |
| XYZ | 41.38 | 35.82 | 9.01 | - |
| YUV | 157.76 | 72.84 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 60 | 0 | 0.36 | 0.73 | 0.12 | 30.37 | 0.73 | 0.56 |
| Hex | E0 | 8F | 3C | 0 | 24 | 49 | C | 1E | 49 | 38 |
| Octal | 340 | 217 | 74 | 0 | 44 | 111 | 14 | 36 | 111 | 70 |
| Binary | 11100000 | 10001111 | 111100 | 0 | 100100 | 1001001 | 1100 | 11110 | 1001001 | 111000 |
Color Harmonies of #E08F3C
Complementary color
Monochromatic Colors of #E08F3C
Black with #E08F3C
Text Example
Text Example
White with #E08F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F3C; }
p { color: rgb(224,143,60); }
H1.HeaderClassName
{
color: #E08F3C;
}
.AnyTagClassName
{
color: #E08F3C;
}
</style>
background-color css
<style>
a { background-color: #E08F3C; }
a { background-color: rgb(224,143,60); }
div.DivClassName
{
background-color: #E08F3C;
}
.BgClassName
{
background-color: #E08F3C;
}
</style>
border-color css
<style>
span { border-color: #E08F3C; }
span { border-color: rgb(224,143,60); }
td.TdClassName
{
border-color: #E08F3C;
}
.TagClassName
{
border-color: #E08F3C;
}
</style>