Shades of Jaffa #ED7B49
Tints of Jaffa #ED7B49
RGB
CMYK
RGB Variations
Color information
#ED7B49 (or 0xED7B49) is known color: Jaffa. HEX triplet: ED, 7B and 49. RGB value is (237,123,73). Sum of RGB (Red+Green+Blue) = 237+123+73=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7B49 is #1284B6. Grayscale: #979797. Windows color (decimal): -1213623 or 4815853. OLE color: 4815853.
HSL color Cylindrical-coordinate representation of color #ED7B49: hue angle of 18.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED7B49 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 73 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.07 |
| HSL | 18.29º | 0.82% | 0.61% | - |
| HSV(B) | 18.29º | 0.69% | 0.93% | - |
| XYZ | 43.21 | 32.65 | 10.33 | - |
| YUV | 151.39 | 83.77 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 73 | 0 | 0.48 | 0.69 | 0.07 | 18.29 | 0.82 | 0.61 |
| Hex | ED | 7B | 49 | 0 | 30 | 45 | 7 | 12 | 52 | 3D |
| Octal | 355 | 173 | 111 | 0 | 60 | 105 | 7 | 22 | 122 | 75 |
| Binary | 11101101 | 1111011 | 1001001 | 0 | 110000 | 1000101 | 111 | 10010 | 1010010 | 111101 |
Color Harmonies of #ED7B49
Complementary color
Monochromatic Colors of #ED7B49
Black with #ED7B49
Text Example
Text Example
White with #ED7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B49; }
p { color: rgb(237,123,73); }
H1.HeaderClassName
{
color: #ED7B49;
}
.AnyTagClassName
{
color: #ED7B49;
}
</style>
background-color css
<style>
a { background-color: #ED7B49; }
a { background-color: rgb(237,123,73); }
div.DivClassName
{
background-color: #ED7B49;
}
.BgClassName
{
background-color: #ED7B49;
}
</style>
border-color css
<style>
span { border-color: #ED7B49; }
span { border-color: rgb(237,123,73); }
td.TdClassName
{
border-color: #ED7B49;
}
.TagClassName
{
border-color: #ED7B49;
}
</style>