Shades of California #EB8A3C
Tints of California #EB8A3C
RGB
CMYK
RGB Variations
Color information
#EB8A3C (or 0xEB8A3C) is known color: California. HEX triplet: EB, 8A and 3C. RGB value is (235,138,60). Sum of RGB (Red+Green+Blue) = 235+138+60=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8A3C is #1475C3. Grayscale: #9E9E9E. Windows color (decimal): -1340868 or 3967723. OLE color: 3967723.
HSL color Cylindrical-coordinate representation of color #EB8A3C: hue angle of 26.74º 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 #EB8A3C is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 138 | 60 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.08 |
| HSL | 26.74º | 0.81% | 0.58% | - |
| HSV(B) | 26.74º | 0.74% | 0.92% | - |
| XYZ | 44.17 | 36.17 | 8.93 | - |
| YUV | 158.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 138 | 60 | 0 | 0.41 | 0.74 | 0.08 | 26.74 | 0.81 | 0.58 |
| Hex | EB | 8A | 3C | 0 | 29 | 4A | 8 | 1B | 51 | 3A |
| Octal | 353 | 212 | 74 | 0 | 51 | 112 | 10 | 33 | 121 | 72 |
| Binary | 11101011 | 10001010 | 111100 | 0 | 101001 | 1001010 | 1000 | 11011 | 1010001 | 111010 |
Color Harmonies of #EB8A3C
Complementary color
Monochromatic Colors of #EB8A3C
Black with #EB8A3C
Text Example
Text Example
White with #EB8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8A3C; }
p { color: rgb(235,138,60); }
H1.HeaderClassName
{
color: #EB8A3C;
}
.AnyTagClassName
{
color: #EB8A3C;
}
</style>
background-color css
<style>
a { background-color: #EB8A3C; }
a { background-color: rgb(235,138,60); }
div.DivClassName
{
background-color: #EB8A3C;
}
.BgClassName
{
background-color: #EB8A3C;
}
</style>
border-color css
<style>
span { border-color: #EB8A3C; }
span { border-color: rgb(235,138,60); }
td.TdClassName
{
border-color: #EB8A3C;
}
.TagClassName
{
border-color: #EB8A3C;
}
</style>