Shades of Jaffa #EC723D
Tints of Jaffa #EC723D
RGB
CMYK
RGB Variations
Color information
#EC723D (or 0xEC723D) is known color: Jaffa. HEX triplet: EC, 72 and 3D. RGB value is (236,114,61). Sum of RGB (Red+Green+Blue) = 236+114+61=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC723D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC723D is #138DC2. Grayscale: #909090. Windows color (decimal): -1281475 or 4027116. OLE color: 4027116.
HSL color Cylindrical-coordinate representation of color #EC723D: hue angle of 18.17º 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 #EC723D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 61 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.07 |
| HSL | 18.17º | 0.82% | 0.58% | - |
| HSV(B) | 18.17º | 0.74% | 0.93% | - |
| XYZ | 41.45 | 30.2 | 8.06 | - |
| YUV | 144.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 61 | 0 | 0.52 | 0.74 | 0.07 | 18.17 | 0.82 | 0.58 |
| Hex | EC | 72 | 3D | 0 | 34 | 4A | 7 | 12 | 52 | 3A |
| Octal | 354 | 162 | 75 | 0 | 64 | 112 | 7 | 22 | 122 | 72 |
| Binary | 11101100 | 1110010 | 111101 | 0 | 110100 | 1001010 | 111 | 10010 | 1010010 | 111010 |
Color Harmonies of #EC723D
Complementary color
Monochromatic Colors of #EC723D
Black with #EC723D
Text Example
Text Example
White with #EC723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC723D; }
p { color: rgb(236,114,61); }
H1.HeaderClassName
{
color: #EC723D;
}
.AnyTagClassName
{
color: #EC723D;
}
</style>
background-color css
<style>
a { background-color: #EC723D; }
a { background-color: rgb(236,114,61); }
div.DivClassName
{
background-color: #EC723D;
}
.BgClassName
{
background-color: #EC723D;
}
</style>
border-color css
<style>
span { border-color: #EC723D; }
span { border-color: rgb(236,114,61); }
td.TdClassName
{
border-color: #EC723D;
}
.TagClassName
{
border-color: #EC723D;
}
</style>