Html Css Color HEX #EC743F Jaffa

📋 copy color: '#EC743F'

red 236 ◦ green 116 ◦ blue 63

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

Shades of Jaffa #EC743F

Tints of Jaffa #EC743F

RGB

 RED value IS 236 (92.58% from 255) = 56.87%

 GREEN value IS 116 (45.7% from 255) = 27.95%

 BLUE value IS 63 (25% from 255) = 15.18%

R = 56.87%
G = 27.95%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC743F (or 0xEC743F) is known color: Jaffa. HEX triplet: EC, 74 and 3F. RGB value is (236,116,63). Sum of RGB (Red+Green+Blue) = 236+116+63=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC743F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC743F is #138BC0. Grayscale: #929292. Windows color (decimal): -1280961 or 4158700. OLE color: 4158700.

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

Color convert

RGB 236 116 63 -
CMYK 0 0.51 0.73 0.07
HSL 18.38º 0.82% 0.59% -
HSV(B) 18.38º 0.73% 0.93% -
XYZ 41.73 30.68 8.43 -
YUV 145.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 236 116 63 0 0.51 0.73 0.07 18.38 0.82 0.59
Hex EC 74 3F 0 33 49 7 12 52 3B
Octal 354 164 77 0 63 111 7 22 122 73
Binary 11101100 1110100 111111 0 110011 1001001 111 10010 1010010 111011

Color Harmonies of #EC743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC743F

Black with #EC743F

Text Example


Text Example

White with #EC743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC743F; }

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

 H1.HeaderClassName
 {
   color: #EC743F;
 }
 .AnyTagClassName
 {
   color: #EC743F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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