Shades of California #EB883A
Tints of California #EB883A
RGB
CMYK
RGB Variations
Color information
#EB883A (or 0xEB883A) is known color: California. HEX triplet: EB, 88 and 3A. RGB value is (235,136,58). Sum of RGB (Red+Green+Blue) = 235+136+58=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB883A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB883A is #1477C5. Grayscale: #9D9D9D. Windows color (decimal): -1341382 or 3836139. OLE color: 3836139.
HSL color Cylindrical-coordinate representation of color #EB883A: hue angle of 26.44º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB883A is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 58 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.08 |
| HSL | 26.44º | 0.82% | 0.57% | - |
| HSV(B) | 26.44º | 0.75% | 0.92% | - |
| XYZ | 43.83 | 35.58 | 8.56 | - |
| YUV | 156.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 58 | 0 | 0.42 | 0.75 | 0.08 | 26.44 | 0.82 | 0.57 |
| Hex | EB | 88 | 3A | 0 | 2A | 4B | 8 | 1A | 52 | 39 |
| Octal | 353 | 210 | 72 | 0 | 52 | 113 | 10 | 32 | 122 | 71 |
| Binary | 11101011 | 10001000 | 111010 | 0 | 101010 | 1001011 | 1000 | 11010 | 1010010 | 111001 |
Color Harmonies of #EB883A
Complementary color
Monochromatic Colors of #EB883A
Black with #EB883A
Text Example
Text Example
White with #EB883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB883A; }
p { color: rgb(235,136,58); }
H1.HeaderClassName
{
color: #EB883A;
}
.AnyTagClassName
{
color: #EB883A;
}
</style>
background-color css
<style>
a { background-color: #EB883A; }
a { background-color: rgb(235,136,58); }
div.DivClassName
{
background-color: #EB883A;
}
.BgClassName
{
background-color: #EB883A;
}
</style>
border-color css
<style>
span { border-color: #EB883A; }
span { border-color: rgb(235,136,58); }
td.TdClassName
{
border-color: #EB883A;
}
.TagClassName
{
border-color: #EB883A;
}
</style>