Shades of Jaffa #EB723C
Tints of Jaffa #EB723C
RGB
CMYK
RGB Variations
Color information
#EB723C (or 0xEB723C) is known color: Jaffa. HEX triplet: EB, 72 and 3C. RGB value is (235,114,60). Sum of RGB (Red+Green+Blue) = 235+114+60=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB723C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB723C is #148DC3. Grayscale: #909090. Windows color (decimal): -1347012 or 3961579. OLE color: 3961579.
HSL color Cylindrical-coordinate representation of color #EB723C: hue angle of 18.51º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB723C is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 114 | 60 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.08 |
| HSL | 18.51º | 0.81% | 0.58% | - |
| HSV(B) | 18.51º | 0.74% | 0.92% | - |
| XYZ | 41.09 | 30.02 | 7.9 | - |
| YUV | 144.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 114 | 60 | 0 | 0.51 | 0.74 | 0.08 | 18.51 | 0.81 | 0.58 |
| Hex | EB | 72 | 3C | 0 | 33 | 4A | 8 | 13 | 51 | 3A |
| Octal | 353 | 162 | 74 | 0 | 63 | 112 | 10 | 23 | 121 | 72 |
| Binary | 11101011 | 1110010 | 111100 | 0 | 110011 | 1001010 | 1000 | 10011 | 1010001 | 111010 |
Color Harmonies of #EB723C
Complementary color
Monochromatic Colors of #EB723C
Black with #EB723C
Text Example
Text Example
White with #EB723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB723C; }
p { color: rgb(235,114,60); }
H1.HeaderClassName
{
color: #EB723C;
}
.AnyTagClassName
{
color: #EB723C;
}
</style>
background-color css
<style>
a { background-color: #EB723C; }
a { background-color: rgb(235,114,60); }
div.DivClassName
{
background-color: #EB723C;
}
.BgClassName
{
background-color: #EB723C;
}
</style>
border-color css
<style>
span { border-color: #EB723C; }
span { border-color: rgb(235,114,60); }
td.TdClassName
{
border-color: #EB723C;
}
.TagClassName
{
border-color: #EB723C;
}
</style>