Shades of Jaffa #ED723F
Tints of Jaffa #ED723F
RGB
CMYK
RGB Variations
Color information
#ED723F (or 0xED723F) is known color: Jaffa. HEX triplet: ED, 72 and 3F. RGB value is (237,114,63). Sum of RGB (Red+Green+Blue) = 237+114+63=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED723F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED723F is #128DC0. Grayscale: #919191. Windows color (decimal): -1215937 or 4158189. OLE color: 4158189.
HSL color Cylindrical-coordinate representation of color #ED723F: hue angle of 17.59º 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 #ED723F is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 63 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.07 |
| HSL | 17.59º | 0.83% | 0.59% | - |
| HSV(B) | 17.59º | 0.73% | 0.93% | - |
| XYZ | 41.84 | 30.4 | 8.36 | - |
| YUV | 144.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 63 | 0 | 0.52 | 0.73 | 0.07 | 17.59 | 0.83 | 0.59 |
| Hex | ED | 72 | 3F | 0 | 34 | 49 | 7 | 12 | 53 | 3B |
| Octal | 355 | 162 | 77 | 0 | 64 | 111 | 7 | 22 | 123 | 73 |
| Binary | 11101101 | 1110010 | 111111 | 0 | 110100 | 1001001 | 111 | 10010 | 1010011 | 111011 |
Color Harmonies of #ED723F
Complementary color
Monochromatic Colors of #ED723F
Black with #ED723F
Text Example
Text Example
White with #ED723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED723F; }
p { color: rgb(237,114,63); }
H1.HeaderClassName
{
color: #ED723F;
}
.AnyTagClassName
{
color: #ED723F;
}
</style>
background-color css
<style>
a { background-color: #ED723F; }
a { background-color: rgb(237,114,63); }
div.DivClassName
{
background-color: #ED723F;
}
.BgClassName
{
background-color: #ED723F;
}
</style>
border-color css
<style>
span { border-color: #ED723F; }
span { border-color: rgb(237,114,63); }
td.TdClassName
{
border-color: #ED723F;
}
.TagClassName
{
border-color: #ED723F;
}
</style>