Html Css Color HEX #EC7746 Jaffa

📋 copy color: '#EC7746'

red 236 ◦ green 119 ◦ blue 70

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

Shades of Jaffa #EC7746

Tints of Jaffa #EC7746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28%

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

R = 55.53%
G = 28%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC7746 (or 0xEC7746) is known color: Jaffa. HEX triplet: EC, 77 and 46. RGB value is (236,119,70). Sum of RGB (Red+Green+Blue) = 236+119+70=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7746 is #1388B9. Grayscale: #949494. Windows color (decimal): -1280186 or 4618220. OLE color: 4618220.

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

Color convert

RGB 236 119 70 -
CMYK 0 0.50 0.70 0.07
HSL 17.71º 0.81% 0.6% -
HSV(B) 17.71º 0.7% 0.93% -
XYZ 42.29 31.47 9.64 -
YUV 148.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 236 119 70 0 0.50 0.70 0.07 17.71 0.81 0.6
Hex EC 77 46 0 32 46 7 12 51 3C
Octal 354 167 106 0 62 106 7 22 121 74
Binary 11101100 1110111 1000110 0 110010 1000110 111 10010 1010001 111100

Color Harmonies of #EC7746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7746

Black with #EC7746

Text Example


Text Example

White with #EC7746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7746; }

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

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

background-color css

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

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

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

border-color css

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

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

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