Shades of California #EB8C41
Tints of California #EB8C41
RGB
CMYK
RGB Variations
Color information
#EB8C41 (or 0xEB8C41) is known color: California. HEX triplet: EB, 8C and 41. RGB value is (235,140,65). Sum of RGB (Red+Green+Blue) = 235+140+65=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C41 is #1473BE. Grayscale: #A0A0A0. Windows color (decimal): -1340351 or 4295915. OLE color: 4295915.
HSL color Cylindrical-coordinate representation of color #EB8C41: hue angle of 26.47º 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 #EB8C41 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 65 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.08 |
| HSL | 26.47º | 0.81% | 0.59% | - |
| HSV(B) | 26.47º | 0.72% | 0.92% | - |
| XYZ | 44.59 | 36.8 | 9.75 | - |
| YUV | 159.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 65 | 0 | 0.40 | 0.72 | 0.08 | 26.47 | 0.81 | 0.59 |
| Hex | EB | 8C | 41 | 0 | 28 | 48 | 8 | 1A | 51 | 3B |
| Octal | 353 | 214 | 101 | 0 | 50 | 110 | 10 | 32 | 121 | 73 |
| Binary | 11101011 | 10001100 | 1000001 | 0 | 101000 | 1001000 | 1000 | 11010 | 1010001 | 111011 |
Color Harmonies of #EB8C41
Complementary color
Monochromatic Colors of #EB8C41
Black with #EB8C41
Text Example
Text Example
White with #EB8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C41; }
p { color: rgb(235,140,65); }
H1.HeaderClassName
{
color: #EB8C41;
}
.AnyTagClassName
{
color: #EB8C41;
}
</style>
background-color css
<style>
a { background-color: #EB8C41; }
a { background-color: rgb(235,140,65); }
div.DivClassName
{
background-color: #EB8C41;
}
.BgClassName
{
background-color: #EB8C41;
}
</style>
border-color css
<style>
span { border-color: #EB8C41; }
span { border-color: rgb(235,140,65); }
td.TdClassName
{
border-color: #EB8C41;
}
.TagClassName
{
border-color: #EB8C41;
}
</style>