Shades of Jaffa #E6733C
Tints of Jaffa #E6733C
RGB
CMYK
RGB Variations
Color information
#E6733C (or 0xE6733C) is known color: Jaffa. HEX triplet: E6, 73 and 3C. RGB value is (230,115,60). Sum of RGB (Red+Green+Blue) = 230+115+60=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6733C is #198CC3. Grayscale: #8F8F8F. Windows color (decimal): -1674436 or 3961830. OLE color: 3961830.
HSL color Cylindrical-coordinate representation of color #E6733C: hue angle of 19.41º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6733C is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 60 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.10 |
| HSL | 19.41º | 0.77% | 0.57% | - |
| HSV(B) | 19.41º | 0.74% | 0.9% | - |
| XYZ | 39.58 | 29.41 | 7.87 | - |
| YUV | 143.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 60 | 0 | 0.5 | 0.74 | 0.10 | 19.41 | 0.77 | 0.57 |
| Hex | E6 | 73 | 3C | 0 | 32 | 4A | A | 13 | 4D | 39 |
| Octal | 346 | 163 | 74 | 0 | 62 | 112 | 12 | 23 | 115 | 71 |
| Binary | 11100110 | 1110011 | 111100 | 0 | 110010 | 1001010 | 1010 | 10011 | 1001101 | 111001 |
Color Harmonies of #E6733C
Complementary color
Monochromatic Colors of #E6733C
Black with #E6733C
Text Example
Text Example
White with #E6733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6733C; }
p { color: rgb(230,115,60); }
H1.HeaderClassName
{
color: #E6733C;
}
.AnyTagClassName
{
color: #E6733C;
}
</style>
background-color css
<style>
a { background-color: #E6733C; }
a { background-color: rgb(230,115,60); }
div.DivClassName
{
background-color: #E6733C;
}
.BgClassName
{
background-color: #E6733C;
}
</style>
border-color css
<style>
span { border-color: #E6733C; }
span { border-color: rgb(230,115,60); }
td.TdClassName
{
border-color: #E6733C;
}
.TagClassName
{
border-color: #E6733C;
}
</style>