Shades of California #EB8F3C
Tints of California #EB8F3C
RGB
CMYK
RGB Variations
Color information
#EB8F3C (or 0xEB8F3C) is known color: California. HEX triplet: EB, 8F and 3C. RGB value is (235,143,60). Sum of RGB (Red+Green+Blue) = 235+143+60=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F3C is #1470C3. Grayscale: #A1A1A1. Windows color (decimal): -1339588 or 3969003. OLE color: 3969003.
HSL color Cylindrical-coordinate representation of color #EB8F3C: hue angle of 28.46º 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 #EB8F3C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 60 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.08 |
| HSL | 28.46º | 0.81% | 0.58% | - |
| HSV(B) | 28.46º | 0.74% | 0.92% | - |
| XYZ | 44.9 | 37.63 | 9.17 | - |
| YUV | 161.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 60 | 0 | 0.39 | 0.74 | 0.08 | 28.46 | 0.81 | 0.58 |
| Hex | EB | 8F | 3C | 0 | 27 | 4A | 8 | 1C | 51 | 3A |
| Octal | 353 | 217 | 74 | 0 | 47 | 112 | 10 | 34 | 121 | 72 |
| Binary | 11101011 | 10001111 | 111100 | 0 | 100111 | 1001010 | 1000 | 11100 | 1010001 | 111010 |
Color Harmonies of #EB8F3C
Complementary color
Monochromatic Colors of #EB8F3C
Black with #EB8F3C
Text Example
Text Example
White with #EB8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F3C; }
p { color: rgb(235,143,60); }
H1.HeaderClassName
{
color: #EB8F3C;
}
.AnyTagClassName
{
color: #EB8F3C;
}
</style>
background-color css
<style>
a { background-color: #EB8F3C; }
a { background-color: rgb(235,143,60); }
div.DivClassName
{
background-color: #EB8F3C;
}
.BgClassName
{
background-color: #EB8F3C;
}
</style>
border-color css
<style>
span { border-color: #EB8F3C; }
span { border-color: rgb(235,143,60); }
td.TdClassName
{
border-color: #EB8F3C;
}
.TagClassName
{
border-color: #EB8F3C;
}
</style>