Shades of California #EB8839
Tints of California #EB8839
RGB
CMYK
RGB Variations
Color information
#EB8839 (or 0xEB8839) is known color: California. HEX triplet: EB, 88 and 39. RGB value is (235,136,57). Sum of RGB (Red+Green+Blue) = 235+136+57=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8839 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8839 is #1477C6. Grayscale: #9D9D9D. Windows color (decimal): -1341383 or 3770603. OLE color: 3770603.
HSL color Cylindrical-coordinate representation of color #EB8839: hue angle of 26.63º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB8839 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 57 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.08 |
| HSL | 26.63º | 0.82% | 0.57% | - |
| HSV(B) | 26.63º | 0.76% | 0.92% | - |
| XYZ | 43.8 | 35.57 | 8.43 | - |
| YUV | 156.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 57 | 0 | 0.42 | 0.76 | 0.08 | 26.63 | 0.82 | 0.57 |
| Hex | EB | 88 | 39 | 0 | 2A | 4C | 8 | 1B | 52 | 39 |
| Octal | 353 | 210 | 71 | 0 | 52 | 114 | 10 | 33 | 122 | 71 |
| Binary | 11101011 | 10001000 | 111001 | 0 | 101010 | 1001100 | 1000 | 11011 | 1010010 | 111001 |
Color Harmonies of #EB8839
Complementary color
Monochromatic Colors of #EB8839
Black with #EB8839
Text Example
Text Example
White with #EB8839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8839; }
p { color: rgb(235,136,57); }
H1.HeaderClassName
{
color: #EB8839;
}
.AnyTagClassName
{
color: #EB8839;
}
</style>
background-color css
<style>
a { background-color: #EB8839; }
a { background-color: rgb(235,136,57); }
div.DivClassName
{
background-color: #EB8839;
}
.BgClassName
{
background-color: #EB8839;
}
</style>
border-color css
<style>
span { border-color: #EB8839; }
span { border-color: rgb(235,136,57); }
td.TdClassName
{
border-color: #EB8839;
}
.TagClassName
{
border-color: #EB8839;
}
</style>