Shades of Cinnabar #EF5022
Tints of Cinnabar #EF5022
RGB
CMYK
RGB Variations
Color information
#EF5022 (or 0xEF5022) is known color: Cinnabar. HEX triplet: EF, 50 and 22. RGB value is (239,80,34). Sum of RGB (Red+Green+Blue) = 239+80+34=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5022 is #10AFDD. Grayscale: #7A7A7A. Windows color (decimal): -1093598 or 2248943. OLE color: 2248943.
HSL color Cylindrical-coordinate representation of color #EF5022: hue angle of 13.46º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF5022 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 34 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.06 |
| HSL | 13.46º | 0.86% | 0.54% | - |
| HSV(B) | 13.46º | 0.86% | 0.94% | - |
| XYZ | 38.75 | 24.2 | 4.14 | - |
| YUV | 122.3 | 78.18 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 34 | 0 | 0.67 | 0.86 | 0.06 | 13.46 | 0.86 | 0.54 |
| Hex | EF | 50 | 22 | 0 | 43 | 56 | 6 | D | 56 | 36 |
| Octal | 357 | 120 | 42 | 0 | 103 | 126 | 6 | 15 | 126 | 66 |
| Binary | 11101111 | 1010000 | 100010 | 0 | 1000011 | 1010110 | 110 | 1101 | 1010110 | 110110 |
Color Harmonies of #EF5022
Complementary color
Monochromatic Colors of #EF5022
Black with #EF5022
Text Example
Text Example
White with #EF5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5022; }
p { color: rgb(239,80,34); }
H1.HeaderClassName
{
color: #EF5022;
}
.AnyTagClassName
{
color: #EF5022;
}
</style>
background-color css
<style>
a { background-color: #EF5022; }
a { background-color: rgb(239,80,34); }
div.DivClassName
{
background-color: #EF5022;
}
.BgClassName
{
background-color: #EF5022;
}
</style>
border-color css
<style>
span { border-color: #EF5022; }
span { border-color: rgb(239,80,34); }
td.TdClassName
{
border-color: #EF5022;
}
.TagClassName
{
border-color: #EF5022;
}
</style>