Shades of Jaffa #E08045
Tints of Jaffa #E08045
RGB
CMYK
RGB Variations
Color information
#E08045 (or 0xE08045) is known color: Jaffa. HEX triplet: E0, 80 and 45. RGB value is (224,128,69). Sum of RGB (Red+Green+Blue) = 224+128+69=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E08045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08045 is #1F7FBA. Grayscale: #969696. Windows color (decimal): -2064315 or 4554976. OLE color: 4554976.
HSL color Cylindrical-coordinate representation of color #E08045: hue angle of 22.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E08045 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 69 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.12 |
| HSL | 22.84º | 0.71% | 0.57% | - |
| HSV(B) | 22.84º | 0.69% | 0.88% | - |
| XYZ | 39.53 | 31.72 | 9.67 | - |
| YUV | 149.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 69 | 0 | 0.43 | 0.69 | 0.12 | 22.84 | 0.71 | 0.57 |
| Hex | E0 | 80 | 45 | 0 | 2B | 45 | C | 17 | 47 | 39 |
| Octal | 340 | 200 | 105 | 0 | 53 | 105 | 14 | 27 | 107 | 71 |
| Binary | 11100000 | 10000000 | 1000101 | 0 | 101011 | 1000101 | 1100 | 10111 | 1000111 | 111001 |
Color Harmonies of #E08045
Complementary color
Monochromatic Colors of #E08045
Black with #E08045
Text Example
Text Example
White with #E08045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08045; }
p { color: rgb(224,128,69); }
H1.HeaderClassName
{
color: #E08045;
}
.AnyTagClassName
{
color: #E08045;
}
</style>
background-color css
<style>
a { background-color: #E08045; }
a { background-color: rgb(224,128,69); }
div.DivClassName
{
background-color: #E08045;
}
.BgClassName
{
background-color: #E08045;
}
</style>
border-color css
<style>
span { border-color: #E08045; }
span { border-color: rgb(224,128,69); }
td.TdClassName
{
border-color: #E08045;
}
.TagClassName
{
border-color: #E08045;
}
</style>