Shades of California #EB883B
Tints of California #EB883B
RGB
CMYK
RGB Variations
Color information
#EB883B (or 0xEB883B) is known color: California. HEX triplet: EB, 88 and 3B. RGB value is (235,136,59). Sum of RGB (Red+Green+Blue) = 235+136+59=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB883B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB883B is #1477C4. Grayscale: #9D9D9D. Windows color (decimal): -1341381 or 3901675. OLE color: 3901675.
HSL color Cylindrical-coordinate representation of color #EB883B: hue angle of 26.25º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB883B is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 59 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.08 |
| HSL | 26.25º | 0.81% | 0.58% | - |
| HSV(B) | 26.25º | 0.75% | 0.92% | - |
| XYZ | 43.85 | 35.59 | 8.7 | - |
| YUV | 156.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 59 | 0 | 0.42 | 0.75 | 0.08 | 26.25 | 0.81 | 0.58 |
| Hex | EB | 88 | 3B | 0 | 2A | 4B | 8 | 1A | 51 | 3A |
| Octal | 353 | 210 | 73 | 0 | 52 | 113 | 10 | 32 | 121 | 72 |
| Binary | 11101011 | 10001000 | 111011 | 0 | 101010 | 1001011 | 1000 | 11010 | 1010001 | 111010 |
Color Harmonies of #EB883B
Complementary color
Monochromatic Colors of #EB883B
Black with #EB883B
Text Example
Text Example
White with #EB883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB883B; }
p { color: rgb(235,136,59); }
H1.HeaderClassName
{
color: #EB883B;
}
.AnyTagClassName
{
color: #EB883B;
}
</style>
background-color css
<style>
a { background-color: #EB883B; }
a { background-color: rgb(235,136,59); }
div.DivClassName
{
background-color: #EB883B;
}
.BgClassName
{
background-color: #EB883B;
}
</style>
border-color css
<style>
span { border-color: #EB883B; }
span { border-color: rgb(235,136,59); }
td.TdClassName
{
border-color: #EB883B;
}
.TagClassName
{
border-color: #EB883B;
}
</style>