Shades of California #EF873C
Tints of California #EF873C
RGB
CMYK
RGB Variations
Color information
#EF873C (or 0xEF873C) is known color: California. HEX triplet: EF, 87 and 3C. RGB value is (239,135,60). Sum of RGB (Red+Green+Blue) = 239+135+60=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF873C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF873C is #1078C3. Grayscale: #9D9D9D. Windows color (decimal): -1079492 or 3966959. OLE color: 3966959.
HSL color Cylindrical-coordinate representation of color #EF873C: hue angle of 25.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF873C is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 60 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.06 |
| HSL | 25.14º | 0.85% | 0.59% | - |
| HSV(B) | 25.14º | 0.75% | 0.94% | - |
| XYZ | 45.08 | 36 | 8.85 | - |
| YUV | 157.55 | 72.96 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 60 | 0 | 0.44 | 0.75 | 0.06 | 25.14 | 0.85 | 0.59 |
| Hex | EF | 87 | 3C | 0 | 2C | 4B | 6 | 19 | 55 | 3B |
| Octal | 357 | 207 | 74 | 0 | 54 | 113 | 6 | 31 | 125 | 73 |
| Binary | 11101111 | 10000111 | 111100 | 0 | 101100 | 1001011 | 110 | 11001 | 1010101 | 111011 |
Color Harmonies of #EF873C
Complementary color
Monochromatic Colors of #EF873C
Black with #EF873C
Text Example
Text Example
White with #EF873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF873C; }
p { color: rgb(239,135,60); }
H1.HeaderClassName
{
color: #EF873C;
}
.AnyTagClassName
{
color: #EF873C;
}
</style>
background-color css
<style>
a { background-color: #EF873C; }
a { background-color: rgb(239,135,60); }
div.DivClassName
{
background-color: #EF873C;
}
.BgClassName
{
background-color: #EF873C;
}
</style>
border-color css
<style>
span { border-color: #EF873C; }
span { border-color: rgb(239,135,60); }
td.TdClassName
{
border-color: #EF873C;
}
.TagClassName
{
border-color: #EF873C;
}
</style>