Shades of California #EB8F42
Tints of California #EB8F42
RGB
CMYK
RGB Variations
Color information
#EB8F42 (or 0xEB8F42) is known color: California. HEX triplet: EB, 8F and 42. RGB value is (235,143,66). Sum of RGB (Red+Green+Blue) = 235+143+66=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F42 is #1470BD. Grayscale: #A2A2A2. Windows color (decimal): -1339582 or 4362219. OLE color: 4362219.
HSL color Cylindrical-coordinate representation of color #EB8F42: hue angle of 27.34º 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 #EB8F42 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 66 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.08 |
| HSL | 27.34º | 0.81% | 0.59% | - |
| HSV(B) | 27.34º | 0.72% | 0.92% | - |
| XYZ | 45.07 | 37.7 | 10.06 | - |
| YUV | 161.73 | 73.98 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 66 | 0 | 0.39 | 0.72 | 0.08 | 27.34 | 0.81 | 0.59 |
| Hex | EB | 8F | 42 | 0 | 27 | 48 | 8 | 1B | 51 | 3B |
| Octal | 353 | 217 | 102 | 0 | 47 | 110 | 10 | 33 | 121 | 73 |
| Binary | 11101011 | 10001111 | 1000010 | 0 | 100111 | 1001000 | 1000 | 11011 | 1010001 | 111011 |
Color Harmonies of #EB8F42
Complementary color
Monochromatic Colors of #EB8F42
Black with #EB8F42
Text Example
Text Example
White with #EB8F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F42; }
p { color: rgb(235,143,66); }
H1.HeaderClassName
{
color: #EB8F42;
}
.AnyTagClassName
{
color: #EB8F42;
}
</style>
background-color css
<style>
a { background-color: #EB8F42; }
a { background-color: rgb(235,143,66); }
div.DivClassName
{
background-color: #EB8F42;
}
.BgClassName
{
background-color: #EB8F42;
}
</style>
border-color css
<style>
span { border-color: #EB8F42; }
span { border-color: rgb(235,143,66); }
td.TdClassName
{
border-color: #EB8F42;
}
.TagClassName
{
border-color: #EB8F42;
}
</style>