Html Css Color HEX #EC7444 Jaffa

📋 copy color: '#EC7444'

red 236 ◦ green 116 ◦ blue 68

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

Shades of Jaffa #EC7444

Tints of Jaffa #EC7444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.19%

R = 56.19%
G = 27.62%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC7444 (or 0xEC7444) is known color: Jaffa. HEX triplet: EC, 74 and 44. RGB value is (236,116,68). Sum of RGB (Red+Green+Blue) = 236+116+68=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7444 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7444 is #138BBB. Grayscale: #929292. Windows color (decimal): -1280956 or 4486380. OLE color: 4486380.

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

Color convert

RGB 236 116 68 -
CMYK 0 0.51 0.71 0.07
HSL 17.14º 0.82% 0.6% -
HSV(B) 17.14º 0.71% 0.93% -
XYZ 41.88 30.74 9.2 -
YUV 146.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 236 116 68 0 0.51 0.71 0.07 17.14 0.82 0.6
Hex EC 74 44 0 33 47 7 11 52 3C
Octal 354 164 104 0 63 107 7 21 122 74
Binary 11101100 1110100 1000100 0 110011 1000111 111 10001 1010010 111100

Color Harmonies of #EC7444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7444

Black with #EC7444

Text Example


Text Example

White with #EC7444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7444; }

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

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

background-color css

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

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

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

border-color css

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

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

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