Shades of California #EB8B40
Tints of California #EB8B40
RGB
CMYK
RGB Variations
Color information
#EB8B40 (or 0xEB8B40) is known color: California. HEX triplet: EB, 8B and 40. RGB value is (235,139,64). Sum of RGB (Red+Green+Blue) = 235+139+64=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8B40 is #1474BF. Grayscale: #9F9F9F. Windows color (decimal): -1340608 or 4230123. OLE color: 4230123.
HSL color Cylindrical-coordinate representation of color #EB8B40: hue angle of 26.32º 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 #EB8B40 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 64 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.08 |
| HSL | 26.32º | 0.81% | 0.59% | - |
| HSV(B) | 26.32º | 0.73% | 0.92% | - |
| XYZ | 44.42 | 36.5 | 9.55 | - |
| YUV | 159.15 | 74.3 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 64 | 0 | 0.41 | 0.73 | 0.08 | 26.32 | 0.81 | 0.59 |
| Hex | EB | 8B | 40 | 0 | 29 | 49 | 8 | 1A | 51 | 3B |
| Octal | 353 | 213 | 100 | 0 | 51 | 111 | 10 | 32 | 121 | 73 |
| Binary | 11101011 | 10001011 | 1000000 | 0 | 101001 | 1001001 | 1000 | 11010 | 1010001 | 111011 |
Color Harmonies of #EB8B40
Complementary color
Monochromatic Colors of #EB8B40
Black with #EB8B40
Text Example
Text Example
White with #EB8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8B40; }
p { color: rgb(235,139,64); }
H1.HeaderClassName
{
color: #EB8B40;
}
.AnyTagClassName
{
color: #EB8B40;
}
</style>
background-color css
<style>
a { background-color: #EB8B40; }
a { background-color: rgb(235,139,64); }
div.DivClassName
{
background-color: #EB8B40;
}
.BgClassName
{
background-color: #EB8B40;
}
</style>
border-color css
<style>
span { border-color: #EB8B40; }
span { border-color: rgb(235,139,64); }
td.TdClassName
{
border-color: #EB8B40;
}
.TagClassName
{
border-color: #EB8B40;
}
</style>