Shades of Jaffa #EB733C
Tints of Jaffa #EB733C
RGB
CMYK
RGB Variations
Color information
#EB733C (or 0xEB733C) is known color: Jaffa. HEX triplet: EB, 73 and 3C. RGB value is (235,115,60). Sum of RGB (Red+Green+Blue) = 235+115+60=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB733C is #148CC3. Grayscale: #909090. Windows color (decimal): -1346756 or 3961835. OLE color: 3961835.
HSL color Cylindrical-coordinate representation of color #EB733C: hue angle of 18.86º 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 #EB733C is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 60 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.08 |
| HSL | 18.86º | 0.81% | 0.58% | - |
| HSV(B) | 18.86º | 0.74% | 0.92% | - |
| XYZ | 41.21 | 30.25 | 7.94 | - |
| YUV | 144.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 60 | 0 | 0.51 | 0.74 | 0.08 | 18.86 | 0.81 | 0.58 |
| Hex | EB | 73 | 3C | 0 | 33 | 4A | 8 | 13 | 51 | 3A |
| Octal | 353 | 163 | 74 | 0 | 63 | 112 | 10 | 23 | 121 | 72 |
| Binary | 11101011 | 1110011 | 111100 | 0 | 110011 | 1001010 | 1000 | 10011 | 1010001 | 111010 |
Color Harmonies of #EB733C
Complementary color
Monochromatic Colors of #EB733C
Black with #EB733C
Text Example
Text Example
White with #EB733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB733C; }
p { color: rgb(235,115,60); }
H1.HeaderClassName
{
color: #EB733C;
}
.AnyTagClassName
{
color: #EB733C;
}
</style>
background-color css
<style>
a { background-color: #EB733C; }
a { background-color: rgb(235,115,60); }
div.DivClassName
{
background-color: #EB733C;
}
.BgClassName
{
background-color: #EB733C;
}
</style>
border-color css
<style>
span { border-color: #EB733C; }
span { border-color: rgb(235,115,60); }
td.TdClassName
{
border-color: #EB733C;
}
.TagClassName
{
border-color: #EB733C;
}
</style>