Shades of Jaffa #E2753C
Tints of Jaffa #E2753C
RGB
CMYK
RGB Variations
Color information
#E2753C (or 0xE2753C) is known color: Jaffa. HEX triplet: E2, 75 and 3C. RGB value is (226,117,60). Sum of RGB (Red+Green+Blue) = 226+117+60=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2753C is #1D8AC3. Grayscale: #8F8F8F. Windows color (decimal): -1936068 or 3962338. OLE color: 3962338.
HSL color Cylindrical-coordinate representation of color #E2753C: hue angle of 20.6º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2753C is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 60 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.11 |
| HSL | 20.6º | 0.74% | 0.56% | - |
| HSV(B) | 20.6º | 0.73% | 0.89% | - |
| XYZ | 38.54 | 29.22 | 7.88 | - |
| YUV | 143.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 60 | 0 | 0.48 | 0.73 | 0.11 | 20.6 | 0.74 | 0.56 |
| Hex | E2 | 75 | 3C | 0 | 30 | 49 | B | 15 | 4A | 38 |
| Octal | 342 | 165 | 74 | 0 | 60 | 111 | 13 | 25 | 112 | 70 |
| Binary | 11100010 | 1110101 | 111100 | 0 | 110000 | 1001001 | 1011 | 10101 | 1001010 | 111000 |
Color Harmonies of #E2753C
Complementary color
Monochromatic Colors of #E2753C
Black with #E2753C
Text Example
Text Example
White with #E2753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2753C; }
p { color: rgb(226,117,60); }
H1.HeaderClassName
{
color: #E2753C;
}
.AnyTagClassName
{
color: #E2753C;
}
</style>
background-color css
<style>
a { background-color: #E2753C; }
a { background-color: rgb(226,117,60); }
div.DivClassName
{
background-color: #E2753C;
}
.BgClassName
{
background-color: #E2753C;
}
</style>
border-color css
<style>
span { border-color: #E2753C; }
span { border-color: rgb(226,117,60); }
td.TdClassName
{
border-color: #E2753C;
}
.TagClassName
{
border-color: #E2753C;
}
</style>