Html Css Color HEX #EC7646 Jaffa

📋 copy color: '#EC7646'

red 236 ◦ green 118 ◦ blue 70

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

Shades of Jaffa #EC7646

Tints of Jaffa #EC7646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 55.66%
G = 27.83%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC7646 (or 0xEC7646) is known color: Jaffa. HEX triplet: EC, 76 and 46. RGB value is (236,118,70). Sum of RGB (Red+Green+Blue) = 236+118+70=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7646 is #1389B9. Grayscale: #949494. Windows color (decimal): -1280442 or 4617964. OLE color: 4617964.

HSL color Cylindrical-coordinate representation of color #EC7646: hue angle of 17.35º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC7646 is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 70 -
CMYK 0 0.5 0.70 0.07
HSL 17.35º 0.81% 0.6% -
HSV(B) 17.35º 0.7% 0.93% -
XYZ 42.18 31.23 9.6 -
YUV 147.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 236 118 70 0 0.5 0.70 0.07 17.35 0.81 0.6
Hex EC 76 46 0 32 46 7 11 51 3C
Octal 354 166 106 0 62 106 7 21 121 74
Binary 11101100 1110110 1000110 0 110010 1000110 111 10001 1010001 111100

Color Harmonies of #EC7646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7646

Black with #EC7646

Text Example


Text Example

White with #EC7646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7646; }

 p { color: rgb(236,118,70); }

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

background-color css

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

 a { background-color: rgb(236,118,70); }

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

border-color css

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

 span { border-color: rgb(236,118,70); }

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