#EF703D

Color #EF703D Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #EF703D

Tints of Jaffa #EF703D

Color information

#EF703D (or 0xEF703D) is unknown color: approx Jaffa. HEX triplet: EF, 70 and 3D. RGB value is (239,112,61). Sum of RGB (Red+Green+Blue) = 239+112+61=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF703D is #108FC2. Grayscale: #909090. Windows color (decimal): -1085379 or 4026607. OLE color: 4026607.

HSL color Cylindrical-coordinate representation of color #EF703D: hue angle of 17.19º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF703D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23911261-
CMYK00.530.740.06
HSL17.19º84.76%58.82%-
HSV(B)17.19º74.48%93.73%-
XYZ42.2330.288.03-
YUV144.1681.08195.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 58.01%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 61 (24.22% from 255) = 14.81%
R=58.01%
G=27.18%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391126100.530.740.0617.1984.7658.82
HexEF703D0354A611553b
Octal3571607506511262112573
Binary11101111111000011110101101011001010110100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF703D; }

 p { color: rgb(239,112,61); }

 H1.HeaderClassName
 {
   color: #EF703D;
 }
 .AnyTagClassName
 {
   color: #EF703D;
 }
</style>
background-color css

<style>
 a { background-color: #EF703D; }

 a { background-color: rgb(239,112,61); }

 div.DivClassName
 {
   background-color: #EF703D;
 }
 .BgClassName
 {
   background-color: #EF703D;
 }
</style>
border-color css

<style>
 span { border-color: #EF703D; }

 span { border-color: rgb(239,112,61); }

 td.TdClassName
 {
   border-color: #EF703D;
 }
 .TagClassName
 {
   border-color: #EF703D;
 }
</style>