Shades of Jaffa #EE7745
Tints of Jaffa #EE7745
RGB
CMYK
RGB Variations
Color information
#EE7745 (or 0xEE7745) is known color: Jaffa. HEX triplet: EE, 77 and 45. RGB value is (238,119,69). Sum of RGB (Red+Green+Blue) = 238+119+69=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7745 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7745 is #1188BA. Grayscale: #959595. Windows color (decimal): -1149115 or 4552686. OLE color: 4552686.
HSL color Cylindrical-coordinate representation of color #EE7745: hue angle of 17.75º degrees, saturation: 0.83, 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 #EE7745 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 69 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.07 |
| HSL | 17.75º | 0.83% | 0.6% | - |
| HSV(B) | 17.75º | 0.71% | 0.93% | - |
| XYZ | 42.93 | 31.8 | 9.51 | - |
| YUV | 148.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 69 | 0 | 0.50 | 0.71 | 0.07 | 17.75 | 0.83 | 0.6 |
| Hex | EE | 77 | 45 | 0 | 32 | 47 | 7 | 12 | 53 | 3C |
| Octal | 356 | 167 | 105 | 0 | 62 | 107 | 7 | 22 | 123 | 74 |
| Binary | 11101110 | 1110111 | 1000101 | 0 | 110010 | 1000111 | 111 | 10010 | 1010011 | 111100 |
Color Harmonies of #EE7745
Complementary color
Monochromatic Colors of #EE7745
Black with #EE7745
Text Example
Text Example
White with #EE7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7745; }
p { color: rgb(238,119,69); }
H1.HeaderClassName
{
color: #EE7745;
}
.AnyTagClassName
{
color: #EE7745;
}
</style>
background-color css
<style>
a { background-color: #EE7745; }
a { background-color: rgb(238,119,69); }
div.DivClassName
{
background-color: #EE7745;
}
.BgClassName
{
background-color: #EE7745;
}
</style>
border-color css
<style>
span { border-color: #EE7745; }
span { border-color: rgb(238,119,69); }
td.TdClassName
{
border-color: #EE7745;
}
.TagClassName
{
border-color: #EE7745;
}
</style>