Shades of California #EB8D40
Tints of California #EB8D40
RGB
CMYK
RGB Variations
Color information
#EB8D40 (or 0xEB8D40) is known color: California. HEX triplet: EB, 8D and 40. RGB value is (235,141,64). Sum of RGB (Red+Green+Blue) = 235+141+64=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D40 is #1472BF. Grayscale: #A0A0A0. Windows color (decimal): -1340096 or 4230635. OLE color: 4230635.
HSL color Cylindrical-coordinate representation of color #EB8D40: hue angle of 27.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB8D40 is Cyan = 0, Magento = 0.4, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 64 | - |
| CMYK | 0 | 0.4 | 0.73 | 0.08 |
| HSL | 27.02º | 0.81% | 0.59% | - |
| HSV(B) | 27.02º | 0.73% | 0.92% | - |
| XYZ | 44.71 | 37.08 | 9.65 | - |
| YUV | 160.33 | 73.64 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 64 | 0 | 0.4 | 0.73 | 0.08 | 27.02 | 0.81 | 0.59 |
| Hex | EB | 8D | 40 | 0 | 28 | 49 | 8 | 1B | 51 | 3B |
| Octal | 353 | 215 | 100 | 0 | 50 | 111 | 10 | 33 | 121 | 73 |
| Binary | 11101011 | 10001101 | 1000000 | 0 | 101000 | 1001001 | 1000 | 11011 | 1010001 | 111011 |
Color Harmonies of #EB8D40
Complementary color
Monochromatic Colors of #EB8D40
Black with #EB8D40
Text Example
Text Example
White with #EB8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D40; }
p { color: rgb(235,141,64); }
H1.HeaderClassName
{
color: #EB8D40;
}
.AnyTagClassName
{
color: #EB8D40;
}
</style>
background-color css
<style>
a { background-color: #EB8D40; }
a { background-color: rgb(235,141,64); }
div.DivClassName
{
background-color: #EB8D40;
}
.BgClassName
{
background-color: #EB8D40;
}
</style>
border-color css
<style>
span { border-color: #EB8D40; }
span { border-color: rgb(235,141,64); }
td.TdClassName
{
border-color: #EB8D40;
}
.TagClassName
{
border-color: #EB8D40;
}
</style>