Shades of Jaffa #EC733C
Tints of Jaffa #EC733C
RGB
CMYK
RGB Variations
Color information
#EC733C (or 0xEC733C) is known color: Jaffa. HEX triplet: EC, 73 and 3C. RGB value is (236,115,60). Sum of RGB (Red+Green+Blue) = 236+115+60=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC733C is #138CC3. Grayscale: #919191. Windows color (decimal): -1281220 or 3961836. OLE color: 3961836.
HSL color Cylindrical-coordinate representation of color #EC733C: hue angle of 18.75º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC733C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 60 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.07 |
| HSL | 18.75º | 0.82% | 0.58% | - |
| HSV(B) | 18.75º | 0.75% | 0.93% | - |
| XYZ | 41.54 | 30.42 | 7.96 | - |
| YUV | 144.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 60 | 0 | 0.51 | 0.75 | 0.07 | 18.75 | 0.82 | 0.58 |
| Hex | EC | 73 | 3C | 0 | 33 | 4B | 7 | 13 | 52 | 3A |
| Octal | 354 | 163 | 74 | 0 | 63 | 113 | 7 | 23 | 122 | 72 |
| Binary | 11101100 | 1110011 | 111100 | 0 | 110011 | 1001011 | 111 | 10011 | 1010010 | 111010 |
Color Harmonies of #EC733C
Complementary color
Monochromatic Colors of #EC733C
Black with #EC733C
Text Example
Text Example
White with #EC733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC733C; }
p { color: rgb(236,115,60); }
H1.HeaderClassName
{
color: #EC733C;
}
.AnyTagClassName
{
color: #EC733C;
}
</style>
background-color css
<style>
a { background-color: #EC733C; }
a { background-color: rgb(236,115,60); }
div.DivClassName
{
background-color: #EC733C;
}
.BgClassName
{
background-color: #EC733C;
}
</style>
border-color css
<style>
span { border-color: #EC733C; }
span { border-color: rgb(236,115,60); }
td.TdClassName
{
border-color: #EC733C;
}
.TagClassName
{
border-color: #EC733C;
}
</style>