Shades of Jaffa #EC733E
Tints of Jaffa #EC733E
RGB
CMYK
RGB Variations
Color information
#EC733E (or 0xEC733E) is known color: Jaffa. HEX triplet: EC, 73 and 3E. RGB value is (236,115,62). Sum of RGB (Red+Green+Blue) = 236+115+62=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC733E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC733E is #138CC1. Grayscale: #919191. Windows color (decimal): -1281218 or 4092908. OLE color: 4092908.
HSL color Cylindrical-coordinate representation of color #EC733E: hue angle of 18.28º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC733E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 62 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.07 |
| HSL | 18.28º | 0.82% | 0.58% | - |
| HSV(B) | 18.28º | 0.74% | 0.93% | - |
| XYZ | 41.59 | 30.44 | 8.24 | - |
| YUV | 145.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 62 | 0 | 0.51 | 0.74 | 0.07 | 18.28 | 0.82 | 0.58 |
| Hex | EC | 73 | 3E | 0 | 33 | 4A | 7 | 12 | 52 | 3A |
| Octal | 354 | 163 | 76 | 0 | 63 | 112 | 7 | 22 | 122 | 72 |
| Binary | 11101100 | 1110011 | 111110 | 0 | 110011 | 1001010 | 111 | 10010 | 1010010 | 111010 |
Color Harmonies of #EC733E
Complementary color
Monochromatic Colors of #EC733E
Black with #EC733E
Text Example
Text Example
White with #EC733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC733E; }
p { color: rgb(236,115,62); }
H1.HeaderClassName
{
color: #EC733E;
}
.AnyTagClassName
{
color: #EC733E;
}
</style>
background-color css
<style>
a { background-color: #EC733E; }
a { background-color: rgb(236,115,62); }
div.DivClassName
{
background-color: #EC733E;
}
.BgClassName
{
background-color: #EC733E;
}
</style>
border-color css
<style>
span { border-color: #EC733E; }
span { border-color: rgb(236,115,62); }
td.TdClassName
{
border-color: #EC733E;
}
.TagClassName
{
border-color: #EC733E;
}
</style>