Html Css Color HEX #EC703F Jaffa

📋 copy color: '#EC703F'

red 236 ◦ green 112 ◦ blue 63

#EC703F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #EC703F

Tints of Jaffa #EC703F

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 value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC703F (or 0xEC703F) is known color: 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

RGB 236 112 63 -
CMYK 0 0.53 0.73 0.07
HSL 16.99º 0.82% 0.59% -
HSV(B) 16.99º 0.73% 0.93% -
XYZ 41.28 29.78 8.27 -
YUV 143.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 236 112 63 0 0.53 0.73 0.07 16.99 0.82 0.59
Hex EC 70 3F 0 35 49 7 11 52 3B
Octal 354 160 77 0 65 111 7 21 122 73
Binary 11101100 1110000 111111 0 110101 1001001 111 10001 1010010 111011

Color Harmonies of #EC703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC703F

Black with #EC703F

Text Example


Text Example

White with #EC703F

Text Example


Text Example

HTML Codes & Css Web 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>