Shades of California #EB8C40
Tints of California #EB8C40
RGB
CMYK
RGB Variations
Color information
#EB8C40 (or 0xEB8C40) is known color: California. HEX triplet: EB, 8C and 40. RGB value is (235,140,64). Sum of RGB (Red+Green+Blue) = 235+140+64=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C40 is #1473BF. Grayscale: #A0A0A0. Windows color (decimal): -1340352 or 4230379. OLE color: 4230379.
HSL color Cylindrical-coordinate representation of color #EB8C40: hue angle of 26.67º 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 #EB8C40 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 64 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.08 |
| HSL | 26.67º | 0.81% | 0.59% | - |
| HSV(B) | 26.67º | 0.73% | 0.92% | - |
| XYZ | 44.56 | 36.79 | 9.6 | - |
| YUV | 159.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 64 | 0 | 0.40 | 0.73 | 0.08 | 26.67 | 0.81 | 0.59 |
| Hex | EB | 8C | 40 | 0 | 28 | 49 | 8 | 1B | 51 | 3B |
| Octal | 353 | 214 | 100 | 0 | 50 | 111 | 10 | 33 | 121 | 73 |
| Binary | 11101011 | 10001100 | 1000000 | 0 | 101000 | 1001001 | 1000 | 11011 | 1010001 | 111011 |
Color Harmonies of #EB8C40
Complementary color
Monochromatic Colors of #EB8C40
Black with #EB8C40
Text Example
Text Example
White with #EB8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C40; }
p { color: rgb(235,140,64); }
H1.HeaderClassName
{
color: #EB8C40;
}
.AnyTagClassName
{
color: #EB8C40;
}
</style>
background-color css
<style>
a { background-color: #EB8C40; }
a { background-color: rgb(235,140,64); }
div.DivClassName
{
background-color: #EB8C40;
}
.BgClassName
{
background-color: #EB8C40;
}
</style>
border-color css
<style>
span { border-color: #EB8C40; }
span { border-color: rgb(235,140,64); }
td.TdClassName
{
border-color: #EB8C40;
}
.TagClassName
{
border-color: #EB8C40;
}
</style>