Html Css Color HEX #EC7141 Jaffa

📋 copy color: '#EC7141'

red 236 ◦ green 113 ◦ blue 65

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

Shades of Jaffa #EC7141

Tints of Jaffa #EC7141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 57%
G = 27.29%
B = 15.7%

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

#EC7141 (or 0xEC7141) is known color: Jaffa. HEX triplet: EC, 71 and 41. RGB value is (236,113,65). Sum of RGB (Red+Green+Blue) = 236+113+65=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7141 is #138EBE. Grayscale: #909090. Windows color (decimal): -1281727 or 4289004. OLE color: 4289004.

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

Color convert

RGB 236 113 65 -
CMYK 0 0.52 0.72 0.07
HSL 16.84º 0.82% 0.59% -
HSV(B) 16.84º 0.72% 0.93% -
XYZ 41.45 30.02 8.61 -
YUV 144.31 83.25 193.4 -
System Red Green Blue C M Y K H S L
Decimal 236 113 65 0 0.52 0.72 0.07 16.84 0.82 0.59
Hex EC 71 41 0 34 48 7 11 52 3B
Octal 354 161 101 0 64 110 7 21 122 73
Binary 11101100 1110001 1000001 0 110100 1001000 111 10001 1010010 111011

Color Harmonies of #EC7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7141

Black with #EC7141

Text Example


Text Example

White with #EC7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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