Shades of California #EF853A
Tints of California #EF853A
RGB
CMYK
RGB Variations
Color information
#EF853A (or 0xEF853A) is known color: California. HEX triplet: EF, 85 and 3A. RGB value is (239,133,58). Sum of RGB (Red+Green+Blue) = 239+133+58=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF853A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF853A is #107AC5. Grayscale: #9C9C9C. Windows color (decimal): -1080006 or 3835375. OLE color: 3835375.
HSL color Cylindrical-coordinate representation of color #EF853A: hue angle of 24.86º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF853A is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 58 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.06 |
| HSL | 24.86º | 0.85% | 0.58% | - |
| HSV(B) | 24.86º | 0.76% | 0.94% | - |
| XYZ | 44.75 | 35.43 | 8.48 | - |
| YUV | 156.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 58 | 0 | 0.44 | 0.76 | 0.06 | 24.86 | 0.85 | 0.58 |
| Hex | EF | 85 | 3A | 0 | 2C | 4C | 6 | 19 | 55 | 3A |
| Octal | 357 | 205 | 72 | 0 | 54 | 114 | 6 | 31 | 125 | 72 |
| Binary | 11101111 | 10000101 | 111010 | 0 | 101100 | 1001100 | 110 | 11001 | 1010101 | 111010 |
Color Harmonies of #EF853A
Complementary color
Monochromatic Colors of #EF853A
Black with #EF853A
Text Example
Text Example
White with #EF853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF853A; }
p { color: rgb(239,133,58); }
H1.HeaderClassName
{
color: #EF853A;
}
.AnyTagClassName
{
color: #EF853A;
}
</style>
background-color css
<style>
a { background-color: #EF853A; }
a { background-color: rgb(239,133,58); }
div.DivClassName
{
background-color: #EF853A;
}
.BgClassName
{
background-color: #EF853A;
}
</style>
border-color css
<style>
span { border-color: #EF853A; }
span { border-color: rgb(239,133,58); }
td.TdClassName
{
border-color: #EF853A;
}
.TagClassName
{
border-color: #EF853A;
}
</style>