Shades of California #EB8D3E
Tints of California #EB8D3E
RGB
CMYK
RGB Variations
Color information
#EB8D3E (or 0xEB8D3E) is known color: California. HEX triplet: EB, 8D and 3E. RGB value is (235,141,62). Sum of RGB (Red+Green+Blue) = 235+141+62=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D3E is #1472C1. Grayscale: #A0A0A0. Windows color (decimal): -1340098 or 4099563. OLE color: 4099563.
HSL color Cylindrical-coordinate representation of color #EB8D3E: hue angle of 27.4º 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 #EB8D3E is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 62 | - |
| CMYK | 0 | 0.4 | 0.74 | 0.08 |
| HSL | 27.4º | 0.81% | 0.58% | - |
| HSV(B) | 27.4º | 0.74% | 0.92% | - |
| XYZ | 44.66 | 37.06 | 9.36 | - |
| YUV | 160.1 | 72.64 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 62 | 0 | 0.4 | 0.74 | 0.08 | 27.4 | 0.81 | 0.58 |
| Hex | EB | 8D | 3E | 0 | 28 | 4A | 8 | 1B | 51 | 3A |
| Octal | 353 | 215 | 76 | 0 | 50 | 112 | 10 | 33 | 121 | 72 |
| Binary | 11101011 | 10001101 | 111110 | 0 | 101000 | 1001010 | 1000 | 11011 | 1010001 | 111010 |
Color Harmonies of #EB8D3E
Complementary color
Monochromatic Colors of #EB8D3E
Black with #EB8D3E
Text Example
Text Example
White with #EB8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D3E; }
p { color: rgb(235,141,62); }
H1.HeaderClassName
{
color: #EB8D3E;
}
.AnyTagClassName
{
color: #EB8D3E;
}
</style>
background-color css
<style>
a { background-color: #EB8D3E; }
a { background-color: rgb(235,141,62); }
div.DivClassName
{
background-color: #EB8D3E;
}
.BgClassName
{
background-color: #EB8D3E;
}
</style>
border-color css
<style>
span { border-color: #EB8D3E; }
span { border-color: rgb(235,141,62); }
td.TdClassName
{
border-color: #EB8D3E;
}
.TagClassName
{
border-color: #EB8D3E;
}
</style>