Shades of Jaffa #E17D4C
Tints of Jaffa #E17D4C
RGB
CMYK
RGB Variations
Color information
#E17D4C (or 0xE17D4C) is known color: Jaffa. HEX triplet: E1, 7D and 4C. RGB value is (225,125,76). Sum of RGB (Red+Green+Blue) = 225+125+76=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17D4C is #1E82B3. Grayscale: #959595. Windows color (decimal): -1999540 or 5012961. OLE color: 5012961.
HSL color Cylindrical-coordinate representation of color #E17D4C: hue angle of 19.73º 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 #E17D4C is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 76 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.12 |
| HSL | 19.73º | 0.71% | 0.59% | - |
| HSV(B) | 19.73º | 0.66% | 0.88% | - |
| XYZ | 39.69 | 31.2 | 10.77 | - |
| YUV | 149.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 76 | 0 | 0.44 | 0.66 | 0.12 | 19.73 | 0.71 | 0.59 |
| Hex | E1 | 7D | 4C | 0 | 2C | 42 | C | 14 | 47 | 3B |
| Octal | 341 | 175 | 114 | 0 | 54 | 102 | 14 | 24 | 107 | 73 |
| Binary | 11100001 | 1111101 | 1001100 | 0 | 101100 | 1000010 | 1100 | 10100 | 1000111 | 111011 |
Color Harmonies of #E17D4C
Complementary color
Monochromatic Colors of #E17D4C
Black with #E17D4C
Text Example
Text Example
White with #E17D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D4C; }
p { color: rgb(225,125,76); }
H1.HeaderClassName
{
color: #E17D4C;
}
.AnyTagClassName
{
color: #E17D4C;
}
</style>
background-color css
<style>
a { background-color: #E17D4C; }
a { background-color: rgb(225,125,76); }
div.DivClassName
{
background-color: #E17D4C;
}
.BgClassName
{
background-color: #E17D4C;
}
</style>
border-color css
<style>
span { border-color: #E17D4C; }
span { border-color: rgb(225,125,76); }
td.TdClassName
{
border-color: #E17D4C;
}
.TagClassName
{
border-color: #E17D4C;
}
</style>