Shades of California #EF863B
Tints of California #EF863B
RGB
CMYK
RGB Variations
Color information
#EF863B (or 0xEF863B) is known color: California. HEX triplet: EF, 86 and 3B. RGB value is (239,134,59). Sum of RGB (Red+Green+Blue) = 239+134+59=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF863B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF863B is #1079C4. Grayscale: #9D9D9D. Windows color (decimal): -1079749 or 3901167. OLE color: 3901167.
HSL color Cylindrical-coordinate representation of color #EF863B: hue angle of 25º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF863B is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 59 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.06 |
| HSL | 25º | 0.85% | 0.58% | - |
| HSV(B) | 25º | 0.75% | 0.94% | - |
| XYZ | 44.91 | 35.72 | 8.66 | - |
| YUV | 156.85 | 72.79 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 59 | 0 | 0.44 | 0.75 | 0.06 | 25 | 0.85 | 0.58 |
| Hex | EF | 86 | 3B | 0 | 2C | 4B | 6 | 19 | 55 | 3A |
| Octal | 357 | 206 | 73 | 0 | 54 | 113 | 6 | 31 | 125 | 72 |
| Binary | 11101111 | 10000110 | 111011 | 0 | 101100 | 1001011 | 110 | 11001 | 1010101 | 111010 |
Color Harmonies of #EF863B
Complementary color
Monochromatic Colors of #EF863B
Black with #EF863B
Text Example
Text Example
White with #EF863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF863B; }
p { color: rgb(239,134,59); }
H1.HeaderClassName
{
color: #EF863B;
}
.AnyTagClassName
{
color: #EF863B;
}
</style>
background-color css
<style>
a { background-color: #EF863B; }
a { background-color: rgb(239,134,59); }
div.DivClassName
{
background-color: #EF863B;
}
.BgClassName
{
background-color: #EF863B;
}
</style>
border-color css
<style>
span { border-color: #EF863B; }
span { border-color: rgb(239,134,59); }
td.TdClassName
{
border-color: #EF863B;
}
.TagClassName
{
border-color: #EF863B;
}
</style>