Shades of California #EB8D3D
Tints of California #EB8D3D
RGB
CMYK
RGB Variations
Color information
#EB8D3D (or 0xEB8D3D) is known color: California. HEX triplet: EB, 8D and 3D. RGB value is (235,141,61). Sum of RGB (Red+Green+Blue) = 235+141+61=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D3D is #1472C2. Grayscale: #A0A0A0. Windows color (decimal): -1340099 or 4034027. OLE color: 4034027.
HSL color Cylindrical-coordinate representation of color #EB8D3D: hue angle of 27.59º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB8D3D is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 61 | - |
| CMYK | 0 | 0.4 | 0.74 | 0.08 |
| HSL | 27.59º | 0.81% | 0.58% | - |
| HSV(B) | 27.59º | 0.74% | 0.92% | - |
| XYZ | 44.63 | 37.05 | 9.21 | - |
| YUV | 159.99 | 72.14 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 61 | 0 | 0.4 | 0.74 | 0.08 | 27.59 | 0.81 | 0.58 |
| Hex | EB | 8D | 3D | 0 | 28 | 4A | 8 | 1C | 51 | 3A |
| Octal | 353 | 215 | 75 | 0 | 50 | 112 | 10 | 34 | 121 | 72 |
| Binary | 11101011 | 10001101 | 111101 | 0 | 101000 | 1001010 | 1000 | 11100 | 1010001 | 111010 |
Color Harmonies of #EB8D3D
Complementary color
Monochromatic Colors of #EB8D3D
Black with #EB8D3D
Text Example
Text Example
White with #EB8D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D3D; }
p { color: rgb(235,141,61); }
H1.HeaderClassName
{
color: #EB8D3D;
}
.AnyTagClassName
{
color: #EB8D3D;
}
</style>
background-color css
<style>
a { background-color: #EB8D3D; }
a { background-color: rgb(235,141,61); }
div.DivClassName
{
background-color: #EB8D3D;
}
.BgClassName
{
background-color: #EB8D3D;
}
</style>
border-color css
<style>
span { border-color: #EB8D3D; }
span { border-color: rgb(235,141,61); }
td.TdClassName
{
border-color: #EB8D3D;
}
.TagClassName
{
border-color: #EB8D3D;
}
</style>