Shades of Jaffa #E2814A
Tints of Jaffa #E2814A
RGB
CMYK
RGB Variations
Color information
#E2814A (or 0xE2814A) is known color: Jaffa. HEX triplet: E2, 81 and 4A. RGB value is (226,129,74). Sum of RGB (Red+Green+Blue) = 226+129+74=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2814A is #1D7EB5. Grayscale: #989898. Windows color (decimal): -1932982 or 4882914. OLE color: 4882914.
HSL color Cylindrical-coordinate representation of color #E2814A: hue angle of 21.71º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2814A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 74 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.11 |
| HSL | 21.71º | 0.72% | 0.59% | - |
| HSV(B) | 21.71º | 0.67% | 0.89% | - |
| XYZ | 40.45 | 32.36 | 10.59 | - |
| YUV | 151.73 | 84.14 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 74 | 0 | 0.43 | 0.67 | 0.11 | 21.71 | 0.72 | 0.59 |
| Hex | E2 | 81 | 4A | 0 | 2B | 43 | B | 16 | 48 | 3B |
| Octal | 342 | 201 | 112 | 0 | 53 | 103 | 13 | 26 | 110 | 73 |
| Binary | 11100010 | 10000001 | 1001010 | 0 | 101011 | 1000011 | 1011 | 10110 | 1001000 | 111011 |
Color Harmonies of #E2814A
Complementary color
Monochromatic Colors of #E2814A
Black with #E2814A
Text Example
Text Example
White with #E2814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2814A; }
p { color: rgb(226,129,74); }
H1.HeaderClassName
{
color: #E2814A;
}
.AnyTagClassName
{
color: #E2814A;
}
</style>
background-color css
<style>
a { background-color: #E2814A; }
a { background-color: rgb(226,129,74); }
div.DivClassName
{
background-color: #E2814A;
}
.BgClassName
{
background-color: #E2814A;
}
</style>
border-color css
<style>
span { border-color: #E2814A; }
span { border-color: rgb(226,129,74); }
td.TdClassName
{
border-color: #E2814A;
}
.TagClassName
{
border-color: #E2814A;
}
</style>