#EC703F

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

Shades of Jaffa #EC703F

Tints of Jaffa #EC703F

Color information

#EC703F (or 0xEC703F) is unknown color: approx Jaffa. HEX triplet: EC, 70 and 3F. RGB value is (236,112,63). Sum of RGB (Red+Green+Blue) = 236+112+63=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC703F is #138FC0. Grayscale: #8F8F8F. Windows color (decimal): -1281985 or 4157676. OLE color: 4157676.

HSL color Cylindrical-coordinate representation of color #EC703F: hue angle of 16.99º degrees, saturation: 0.82, 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 #EC703F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23611263-
CMYK00.530.730.07
HSL16.99º81.99%58.63%-
HSV(B)16.99º73.31%92.55%-
XYZ41.2829.788.27-
YUV143.4982.58193.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.42%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 63 (25% from 255) = 15.33%
R=57.42%
G=27.25%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361126300.530.730.0716.9981.9958.63
HexEC703F03549711523b
Octal3541607706511172112273
Binary11101100111000011111101101011001001111100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC703F; }

 p { color: rgb(236,112,63); }

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

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

 a { background-color: rgb(236,112,63); }

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

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

 span { border-color: rgb(236,112,63); }

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