Shades of Jaffa #EC7945
Tints of Jaffa #EC7945
RGB
CMYK
RGB Variations
Color information
#EC7945 (or 0xEC7945) is known color: Jaffa. HEX triplet: EC, 79 and 45. RGB value is (236,121,69). Sum of RGB (Red+Green+Blue) = 236+121+69=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7945 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7945 is #1386BA. Grayscale: #959595. Windows color (decimal): -1279675 or 4553196. OLE color: 4553196.
HSL color Cylindrical-coordinate representation of color #EC7945: hue angle of 18.68º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC7945 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 69 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.07 |
| HSL | 18.68º | 0.81% | 0.6% | - |
| HSV(B) | 18.68º | 0.71% | 0.93% | - |
| XYZ | 42.5 | 31.94 | 9.55 | - |
| YUV | 149.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 69 | 0 | 0.49 | 0.71 | 0.07 | 18.68 | 0.81 | 0.6 |
| Hex | EC | 79 | 45 | 0 | 31 | 47 | 7 | 13 | 51 | 3C |
| Octal | 354 | 171 | 105 | 0 | 61 | 107 | 7 | 23 | 121 | 74 |
| Binary | 11101100 | 1111001 | 1000101 | 0 | 110001 | 1000111 | 111 | 10011 | 1010001 | 111100 |
Color Harmonies of #EC7945
Complementary color
Monochromatic Colors of #EC7945
Black with #EC7945
Text Example
Text Example
White with #EC7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7945; }
p { color: rgb(236,121,69); }
H1.HeaderClassName
{
color: #EC7945;
}
.AnyTagClassName
{
color: #EC7945;
}
</style>
background-color css
<style>
a { background-color: #EC7945; }
a { background-color: rgb(236,121,69); }
div.DivClassName
{
background-color: #EC7945;
}
.BgClassName
{
background-color: #EC7945;
}
</style>
border-color css
<style>
span { border-color: #EC7945; }
span { border-color: rgb(236,121,69); }
td.TdClassName
{
border-color: #EC7945;
}
.TagClassName
{
border-color: #EC7945;
}
</style>