Html Css Color HEX #EC7143 Jaffa

📋 copy color: '#EC7143'

red 236 ◦ green 113 ◦ blue 67

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

Shades of Jaffa #EC7143

Tints of Jaffa #EC7143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

 BLUE value IS 67 (26.56% from 255) = 16.11%

R = 56.73%
G = 27.16%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7143 (or 0xEC7143) is known color: Jaffa. HEX triplet: EC, 71 and 43. RGB value is (236,113,67). Sum of RGB (Red+Green+Blue) = 236+113+67=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7143 is #138EBC. Grayscale: #909090. Windows color (decimal): -1281725 or 4420076. OLE color: 4420076.

HSL color Cylindrical-coordinate representation of color #EC7143: hue angle of 16.33º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC7143 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 113 67 -
CMYK 0 0.52 0.72 0.07
HSL 16.33º 0.82% 0.59% -
HSV(B) 16.33º 0.72% 0.93% -
XYZ 41.51 30.05 8.92 -
YUV 144.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 236 113 67 0 0.52 0.72 0.07 16.33 0.82 0.59
Hex EC 71 43 0 34 48 7 10 52 3B
Octal 354 161 103 0 64 110 7 20 122 73
Binary 11101100 1110001 1000011 0 110100 1001000 111 10000 1010010 111011

Color Harmonies of #EC7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7143

Black with #EC7143

Text Example


Text Example

White with #EC7143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7143; }

 p { color: rgb(236,113,67); }

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

background-color css

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

 a { background-color: rgb(236,113,67); }

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

border-color css

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

 span { border-color: rgb(236,113,67); }

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