Shades of Jaffa #E17D4B
Tints of Jaffa #E17D4B
RGB
CMYK
RGB Variations
Color information
#E17D4B (or 0xE17D4B) is known color: Jaffa. HEX triplet: E1, 7D and 4B. RGB value is (225,125,75). Sum of RGB (Red+Green+Blue) = 225+125+75=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17D4B is #1E82B4. Grayscale: #959595. Windows color (decimal): -1999541 or 4947425. OLE color: 4947425.
HSL color Cylindrical-coordinate representation of color #E17D4B: hue angle of 20º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E17D4B is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 75 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.12 |
| HSL | 20º | 0.71% | 0.59% | - |
| HSV(B) | 20º | 0.67% | 0.88% | - |
| XYZ | 39.65 | 31.18 | 10.59 | - |
| YUV | 149.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 75 | 0 | 0.44 | 0.67 | 0.12 | 20 | 0.71 | 0.59 |
| Hex | E1 | 7D | 4B | 0 | 2C | 43 | C | 14 | 47 | 3B |
| Octal | 341 | 175 | 113 | 0 | 54 | 103 | 14 | 24 | 107 | 73 |
| Binary | 11100001 | 1111101 | 1001011 | 0 | 101100 | 1000011 | 1100 | 10100 | 1000111 | 111011 |
Color Harmonies of #E17D4B
Complementary color
Monochromatic Colors of #E17D4B
Black with #E17D4B
Text Example
Text Example
White with #E17D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D4B; }
p { color: rgb(225,125,75); }
H1.HeaderClassName
{
color: #E17D4B;
}
.AnyTagClassName
{
color: #E17D4B;
}
</style>
background-color css
<style>
a { background-color: #E17D4B; }
a { background-color: rgb(225,125,75); }
div.DivClassName
{
background-color: #E17D4B;
}
.BgClassName
{
background-color: #E17D4B;
}
</style>
border-color css
<style>
span { border-color: #E17D4B; }
span { border-color: rgb(225,125,75); }
td.TdClassName
{
border-color: #E17D4B;
}
.TagClassName
{
border-color: #E17D4B;
}
</style>