Html Css Color HEX #EC7443 Jaffa

📋 copy color: '#EC7443'

red 236 ◦ green 116 ◦ blue 67

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

Shades of Jaffa #EC7443

Tints of Jaffa #EC7443

RGB

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

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

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

R = 56.32%
G = 27.68%
B = 15.99%

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

#EC7443 (or 0xEC7443) is known color: Jaffa. HEX triplet: EC, 74 and 43. RGB value is (236,116,67). Sum of RGB (Red+Green+Blue) = 236+116+67=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7443 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7443 is #138BBC. Grayscale: #929292. Windows color (decimal): -1280957 or 4420844. OLE color: 4420844.

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

Color convert

RGB 236 116 67 -
CMYK 0 0.51 0.72 0.07
HSL 17.4º 0.82% 0.59% -
HSV(B) 17.4º 0.72% 0.93% -
XYZ 41.85 30.73 9.04 -
YUV 146.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 236 116 67 0 0.51 0.72 0.07 17.4 0.82 0.59
Hex EC 74 43 0 33 48 7 11 52 3B
Octal 354 164 103 0 63 110 7 21 122 73
Binary 11101100 1110100 1000011 0 110011 1001000 111 10001 1010010 111011

Color Harmonies of #EC7443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7443

Black with #EC7443

Text Example


Text Example

White with #EC7443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7443; }

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

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

background-color css

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

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

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

border-color css

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

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

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