Shades of Jaffa #E97D4C
Tints of Jaffa #E97D4C
RGB
CMYK
RGB Variations
Color information
#E97D4C (or 0xE97D4C) is known color: Jaffa. HEX triplet: E9, 7D and 4C. RGB value is (233,125,76). Sum of RGB (Red+Green+Blue) = 233+125+76=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97D4C is #1682B3. Grayscale: #989898. Windows color (decimal): -1475252 or 5012969. OLE color: 5012969.
HSL color Cylindrical-coordinate representation of color #E97D4C: hue angle of 18.73º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E97D4C is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 76 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.09 |
| HSL | 18.73º | 0.78% | 0.61% | - |
| HSV(B) | 18.73º | 0.67% | 0.91% | - |
| XYZ | 42.24 | 32.51 | 10.89 | - |
| YUV | 151.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 76 | 0 | 0.46 | 0.67 | 0.09 | 18.73 | 0.78 | 0.61 |
| Hex | E9 | 7D | 4C | 0 | 2E | 43 | 9 | 13 | 4E | 3D |
| Octal | 351 | 175 | 114 | 0 | 56 | 103 | 11 | 23 | 116 | 75 |
| Binary | 11101001 | 1111101 | 1001100 | 0 | 101110 | 1000011 | 1001 | 10011 | 1001110 | 111101 |
Color Harmonies of #E97D4C
Complementary color
Monochromatic Colors of #E97D4C
Black with #E97D4C
Text Example
Text Example
White with #E97D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D4C; }
p { color: rgb(233,125,76); }
H1.HeaderClassName
{
color: #E97D4C;
}
.AnyTagClassName
{
color: #E97D4C;
}
</style>
background-color css
<style>
a { background-color: #E97D4C; }
a { background-color: rgb(233,125,76); }
div.DivClassName
{
background-color: #E97D4C;
}
.BgClassName
{
background-color: #E97D4C;
}
</style>
border-color css
<style>
span { border-color: #E97D4C; }
span { border-color: rgb(233,125,76); }
td.TdClassName
{
border-color: #E97D4C;
}
.TagClassName
{
border-color: #E97D4C;
}
</style>