Html Css Color HEX #EC7341 Jaffa

📋 copy color: '#EC7341'

red 236 ◦ green 115 ◦ blue 65

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

Shades of Jaffa #EC7341

Tints of Jaffa #EC7341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.64%

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

R = 56.73%
G = 27.64%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7341 (or 0xEC7341) is known color: Jaffa. HEX triplet: EC, 73 and 41. RGB value is (236,115,65). Sum of RGB (Red+Green+Blue) = 236+115+65=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7341 is #138CBE. Grayscale: #919191. Windows color (decimal): -1281215 or 4289516. OLE color: 4289516.

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

Color convert

RGB 236 115 65 -
CMYK 0 0.51 0.72 0.07
HSL 17.54º 0.82% 0.59% -
HSV(B) 17.54º 0.72% 0.93% -
XYZ 41.68 30.48 8.69 -
YUV 145.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 236 115 65 0 0.51 0.72 0.07 17.54 0.82 0.59
Hex EC 73 41 0 33 48 7 12 52 3B
Octal 354 163 101 0 63 110 7 22 122 73
Binary 11101100 1110011 1000001 0 110011 1001000 111 10010 1010010 111011

Color Harmonies of #EC7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7341

Black with #EC7341

Text Example


Text Example

White with #EC7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7341; }

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

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

background-color css

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

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

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

border-color css

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

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

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