Shades of California #EB8D3C
Tints of California #EB8D3C
RGB
CMYK
RGB Variations
Color information
#EB8D3C (or 0xEB8D3C) is known color: California. HEX triplet: EB, 8D and 3C. RGB value is (235,141,60). Sum of RGB (Red+Green+Blue) = 235+141+60=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D3C is #1472C3. Grayscale: #A0A0A0. Windows color (decimal): -1340100 or 3968491. OLE color: 3968491.
HSL color Cylindrical-coordinate representation of color #EB8D3C: hue angle of 27.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB8D3C is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 60 | - |
| CMYK | 0 | 0.4 | 0.74 | 0.08 |
| HSL | 27.77º | 0.81% | 0.58% | - |
| HSV(B) | 27.77º | 0.74% | 0.92% | - |
| XYZ | 44.6 | 37.04 | 9.07 | - |
| YUV | 159.87 | 71.64 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 60 | 0 | 0.4 | 0.74 | 0.08 | 27.77 | 0.81 | 0.58 |
| Hex | EB | 8D | 3C | 0 | 28 | 4A | 8 | 1C | 51 | 3A |
| Octal | 353 | 215 | 74 | 0 | 50 | 112 | 10 | 34 | 121 | 72 |
| Binary | 11101011 | 10001101 | 111100 | 0 | 101000 | 1001010 | 1000 | 11100 | 1010001 | 111010 |
Color Harmonies of #EB8D3C
Complementary color
Monochromatic Colors of #EB8D3C
Black with #EB8D3C
Text Example
Text Example
White with #EB8D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D3C; }
p { color: rgb(235,141,60); }
H1.HeaderClassName
{
color: #EB8D3C;
}
.AnyTagClassName
{
color: #EB8D3C;
}
</style>
background-color css
<style>
a { background-color: #EB8D3C; }
a { background-color: rgb(235,141,60); }
div.DivClassName
{
background-color: #EB8D3C;
}
.BgClassName
{
background-color: #EB8D3C;
}
</style>
border-color css
<style>
span { border-color: #EB8D3C; }
span { border-color: rgb(235,141,60); }
td.TdClassName
{
border-color: #EB8D3C;
}
.TagClassName
{
border-color: #EB8D3C;
}
</style>