Shades of California #EB8D41
Tints of California #EB8D41
RGB
CMYK
RGB Variations
Color information
#EB8D41 (or 0xEB8D41) is known color: California. HEX triplet: EB, 8D and 41. RGB value is (235,141,65). Sum of RGB (Red+Green+Blue) = 235+141+65=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D41 is #1472BE. Grayscale: #A0A0A0. Windows color (decimal): -1340095 or 4296171. OLE color: 4296171.
HSL color Cylindrical-coordinate representation of color #EB8D41: hue angle of 26.82º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB8D41 is Cyan = 0, Magento = 0.4, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 65 | - |
| CMYK | 0 | 0.4 | 0.72 | 0.08 |
| HSL | 26.82º | 0.81% | 0.59% | - |
| HSV(B) | 26.82º | 0.72% | 0.92% | - |
| XYZ | 44.74 | 37.09 | 9.8 | - |
| YUV | 160.44 | 74.14 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 65 | 0 | 0.4 | 0.72 | 0.08 | 26.82 | 0.81 | 0.59 |
| Hex | EB | 8D | 41 | 0 | 28 | 48 | 8 | 1B | 51 | 3B |
| Octal | 353 | 215 | 101 | 0 | 50 | 110 | 10 | 33 | 121 | 73 |
| Binary | 11101011 | 10001101 | 1000001 | 0 | 101000 | 1001000 | 1000 | 11011 | 1010001 | 111011 |
Color Harmonies of #EB8D41
Complementary color
Monochromatic Colors of #EB8D41
Black with #EB8D41
Text Example
Text Example
White with #EB8D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D41; }
p { color: rgb(235,141,65); }
H1.HeaderClassName
{
color: #EB8D41;
}
.AnyTagClassName
{
color: #EB8D41;
}
</style>
background-color css
<style>
a { background-color: #EB8D41; }
a { background-color: rgb(235,141,65); }
div.DivClassName
{
background-color: #EB8D41;
}
.BgClassName
{
background-color: #EB8D41;
}
</style>
border-color css
<style>
span { border-color: #EB8D41; }
span { border-color: rgb(235,141,65); }
td.TdClassName
{
border-color: #EB8D41;
}
.TagClassName
{
border-color: #EB8D41;
}
</style>