Shades of Jaffa #E08350
Tints of Jaffa #E08350
RGB
CMYK
RGB Variations
Color information
#E08350 (or 0xE08350) is known color: Jaffa. HEX triplet: E0, 83 and 50. RGB value is (224,131,80). Sum of RGB (Red+Green+Blue) = 224+131+80=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E08350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08350 is #1F7CAF. Grayscale: #999999. Windows color (decimal): -2063536 or 5276640. OLE color: 5276640.
HSL color Cylindrical-coordinate representation of color #E08350: hue angle of 21.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E08350 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 80 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.12 |
| HSL | 21.25º | 0.7% | 0.6% | - |
| HSV(B) | 21.25º | 0.64% | 0.88% | - |
| XYZ | 40.3 | 32.66 | 11.77 | - |
| YUV | 152.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 80 | 0 | 0.42 | 0.64 | 0.12 | 21.25 | 0.7 | 0.6 |
| Hex | E0 | 83 | 50 | 0 | 2A | 40 | C | 15 | 46 | 3C |
| Octal | 340 | 203 | 120 | 0 | 52 | 100 | 14 | 25 | 106 | 74 |
| Binary | 11100000 | 10000011 | 1010000 | 0 | 101010 | 1000000 | 1100 | 10101 | 1000110 | 111100 |
Color Harmonies of #E08350
Complementary color
Monochromatic Colors of #E08350
Black with #E08350
Text Example
Text Example
White with #E08350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08350; }
p { color: rgb(224,131,80); }
H1.HeaderClassName
{
color: #E08350;
}
.AnyTagClassName
{
color: #E08350;
}
</style>
background-color css
<style>
a { background-color: #E08350; }
a { background-color: rgb(224,131,80); }
div.DivClassName
{
background-color: #E08350;
}
.BgClassName
{
background-color: #E08350;
}
</style>
border-color css
<style>
span { border-color: #E08350; }
span { border-color: rgb(224,131,80); }
td.TdClassName
{
border-color: #E08350;
}
.TagClassName
{
border-color: #E08350;
}
</style>