Shades of Jaffa #E27F4D
Tints of Jaffa #E27F4D
RGB
CMYK
RGB Variations
Color information
#E27F4D (or 0xE27F4D) is known color: Jaffa. HEX triplet: E2, 7F and 4D. RGB value is (226,127,77). Sum of RGB (Red+Green+Blue) = 226+127+77=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F4D is #1D80B2. Grayscale: #979797. Windows color (decimal): -1933491 or 5079010. OLE color: 5079010.
HSL color Cylindrical-coordinate representation of color #E27F4D: hue angle of 20.13º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E27F4D is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 77 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.11 |
| HSL | 20.13º | 0.72% | 0.59% | - |
| HSV(B) | 20.13º | 0.66% | 0.89% | - |
| XYZ | 40.29 | 31.88 | 11.05 | - |
| YUV | 150.9 | 86.3 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 77 | 0 | 0.44 | 0.66 | 0.11 | 20.13 | 0.72 | 0.59 |
| Hex | E2 | 7F | 4D | 0 | 2C | 42 | B | 14 | 48 | 3B |
| Octal | 342 | 177 | 115 | 0 | 54 | 102 | 13 | 24 | 110 | 73 |
| Binary | 11100010 | 1111111 | 1001101 | 0 | 101100 | 1000010 | 1011 | 10100 | 1001000 | 111011 |
Color Harmonies of #E27F4D
Complementary color
Monochromatic Colors of #E27F4D
Black with #E27F4D
Text Example
Text Example
White with #E27F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27F4D; }
p { color: rgb(226,127,77); }
H1.HeaderClassName
{
color: #E27F4D;
}
.AnyTagClassName
{
color: #E27F4D;
}
</style>
background-color css
<style>
a { background-color: #E27F4D; }
a { background-color: rgb(226,127,77); }
div.DivClassName
{
background-color: #E27F4D;
}
.BgClassName
{
background-color: #E27F4D;
}
</style>
border-color css
<style>
span { border-color: #E27F4D; }
span { border-color: rgb(226,127,77); }
td.TdClassName
{
border-color: #E27F4D;
}
.TagClassName
{
border-color: #E27F4D;
}
</style>