Shades of Jaffa #E17B4D
Tints of Jaffa #E17B4D
RGB
CMYK
RGB Variations
Color information
#E17B4D (or 0xE17B4D) is known color: Jaffa. HEX triplet: E1, 7B and 4D. RGB value is (225,123,77). Sum of RGB (Red+Green+Blue) = 225+123+77=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B4D is #1E84B2. Grayscale: #949494. Windows color (decimal): -2000051 or 5077985. OLE color: 5077985.
HSL color Cylindrical-coordinate representation of color #E17B4D: hue angle of 18.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E17B4D is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 77 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.12 |
| HSL | 18.65º | 0.71% | 0.59% | - |
| HSV(B) | 18.65º | 0.66% | 0.88% | - |
| XYZ | 39.47 | 30.71 | 10.87 | - |
| YUV | 148.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 77 | 0 | 0.45 | 0.66 | 0.12 | 18.65 | 0.71 | 0.59 |
| Hex | E1 | 7B | 4D | 0 | 2D | 42 | C | 13 | 47 | 3B |
| Octal | 341 | 173 | 115 | 0 | 55 | 102 | 14 | 23 | 107 | 73 |
| Binary | 11100001 | 1111011 | 1001101 | 0 | 101101 | 1000010 | 1100 | 10011 | 1000111 | 111011 |
Color Harmonies of #E17B4D
Complementary color
Monochromatic Colors of #E17B4D
Black with #E17B4D
Text Example
Text Example
White with #E17B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B4D; }
p { color: rgb(225,123,77); }
H1.HeaderClassName
{
color: #E17B4D;
}
.AnyTagClassName
{
color: #E17B4D;
}
</style>
background-color css
<style>
a { background-color: #E17B4D; }
a { background-color: rgb(225,123,77); }
div.DivClassName
{
background-color: #E17B4D;
}
.BgClassName
{
background-color: #E17B4D;
}
</style>
border-color css
<style>
span { border-color: #E17B4D; }
span { border-color: rgb(225,123,77); }
td.TdClassName
{
border-color: #E17B4D;
}
.TagClassName
{
border-color: #E17B4D;
}
</style>