Shades of Jaffa #ED733F
Tints of Jaffa #ED733F
RGB
CMYK
RGB Variations
Color information
#ED733F (or 0xED733F) is known color: Jaffa. HEX triplet: ED, 73 and 3F. RGB value is (237,115,63). Sum of RGB (Red+Green+Blue) = 237+115+63=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED733F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED733F is #128CC0. Grayscale: #919191. Windows color (decimal): -1215681 or 4158445. OLE color: 4158445.
HSL color Cylindrical-coordinate representation of color #ED733F: hue angle of 17.93º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED733F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 63 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.07 |
| HSL | 17.93º | 0.83% | 0.59% | - |
| HSV(B) | 17.93º | 0.73% | 0.93% | - |
| XYZ | 41.95 | 30.62 | 8.4 | - |
| YUV | 145.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 63 | 0 | 0.51 | 0.73 | 0.07 | 17.93 | 0.83 | 0.59 |
| Hex | ED | 73 | 3F | 0 | 33 | 49 | 7 | 12 | 53 | 3B |
| Octal | 355 | 163 | 77 | 0 | 63 | 111 | 7 | 22 | 123 | 73 |
| Binary | 11101101 | 1110011 | 111111 | 0 | 110011 | 1001001 | 111 | 10010 | 1010011 | 111011 |
Color Harmonies of #ED733F
Complementary color
Monochromatic Colors of #ED733F
Black with #ED733F
Text Example
Text Example
White with #ED733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED733F; }
p { color: rgb(237,115,63); }
H1.HeaderClassName
{
color: #ED733F;
}
.AnyTagClassName
{
color: #ED733F;
}
</style>
background-color css
<style>
a { background-color: #ED733F; }
a { background-color: rgb(237,115,63); }
div.DivClassName
{
background-color: #ED733F;
}
.BgClassName
{
background-color: #ED733F;
}
</style>
border-color css
<style>
span { border-color: #ED733F; }
span { border-color: rgb(237,115,63); }
td.TdClassName
{
border-color: #ED733F;
}
.TagClassName
{
border-color: #ED733F;
}
</style>