Shades of California #EB8C36
Tints of California #EB8C36
RGB
CMYK
RGB Variations
Color information
#EB8C36 (or 0xEB8C36) is known color: California. HEX triplet: EB, 8C and 36. RGB value is (235,140,54). Sum of RGB (Red+Green+Blue) = 235+140+54=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C36 is #1473C9. Grayscale: #9F9F9F. Windows color (decimal): -1340362 or 3575019. OLE color: 3575019.
HSL color Cylindrical-coordinate representation of color #EB8C36: hue angle of 28.51º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB8C36 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 54 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.08 |
| HSL | 28.51º | 0.82% | 0.57% | - |
| HSV(B) | 28.51º | 0.77% | 0.92% | - |
| XYZ | 44.3 | 36.68 | 8.24 | - |
| YUV | 158.6 | 68.97 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 54 | 0 | 0.40 | 0.77 | 0.08 | 28.51 | 0.82 | 0.57 |
| Hex | EB | 8C | 36 | 0 | 28 | 4D | 8 | 1D | 52 | 39 |
| Octal | 353 | 214 | 66 | 0 | 50 | 115 | 10 | 35 | 122 | 71 |
| Binary | 11101011 | 10001100 | 110110 | 0 | 101000 | 1001101 | 1000 | 11101 | 1010010 | 111001 |
Color Harmonies of #EB8C36
Complementary color
Monochromatic Colors of #EB8C36
Black with #EB8C36
Text Example
Text Example
White with #EB8C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C36; }
p { color: rgb(235,140,54); }
H1.HeaderClassName
{
color: #EB8C36;
}
.AnyTagClassName
{
color: #EB8C36;
}
</style>
background-color css
<style>
a { background-color: #EB8C36; }
a { background-color: rgb(235,140,54); }
div.DivClassName
{
background-color: #EB8C36;
}
.BgClassName
{
background-color: #EB8C36;
}
</style>
border-color css
<style>
span { border-color: #EB8C36; }
span { border-color: rgb(235,140,54); }
td.TdClassName
{
border-color: #EB8C36;
}
.TagClassName
{
border-color: #EB8C36;
}
</style>