Shades of Jaffa #EE733F
Tints of Jaffa #EE733F
RGB
CMYK
RGB Variations
Color information
#EE733F (or 0xEE733F) is known color: Jaffa. HEX triplet: EE, 73 and 3F. RGB value is (238,115,63). Sum of RGB (Red+Green+Blue) = 238+115+63=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE733F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE733F is #118CC0. Grayscale: #929292. Windows color (decimal): -1150145 or 4158446. OLE color: 4158446.
HSL color Cylindrical-coordinate representation of color #EE733F: hue angle of 17.83º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE733F is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 63 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.07 |
| HSL | 17.83º | 0.84% | 0.59% | - |
| HSV(B) | 17.83º | 0.74% | 0.93% | - |
| XYZ | 42.29 | 30.8 | 8.42 | - |
| YUV | 145.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 63 | 0 | 0.52 | 0.74 | 0.07 | 17.83 | 0.84 | 0.59 |
| Hex | EE | 73 | 3F | 0 | 34 | 4A | 7 | 12 | 54 | 3B |
| Octal | 356 | 163 | 77 | 0 | 64 | 112 | 7 | 22 | 124 | 73 |
| Binary | 11101110 | 1110011 | 111111 | 0 | 110100 | 1001010 | 111 | 10010 | 1010100 | 111011 |
Color Harmonies of #EE733F
Complementary color
Monochromatic Colors of #EE733F
Black with #EE733F
Text Example
Text Example
White with #EE733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE733F; }
p { color: rgb(238,115,63); }
H1.HeaderClassName
{
color: #EE733F;
}
.AnyTagClassName
{
color: #EE733F;
}
</style>
background-color css
<style>
a { background-color: #EE733F; }
a { background-color: rgb(238,115,63); }
div.DivClassName
{
background-color: #EE733F;
}
.BgClassName
{
background-color: #EE733F;
}
</style>
border-color css
<style>
span { border-color: #EE733F; }
span { border-color: rgb(238,115,63); }
td.TdClassName
{
border-color: #EE733F;
}
.TagClassName
{
border-color: #EE733F;
}
</style>