Html Css Color HEX #EC7946 Jaffa

📋 copy color: '#EC7946'

red 236 ◦ green 121 ◦ blue 70

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

Shades of Jaffa #EC7946

Tints of Jaffa #EC7946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

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

R = 55.27%
G = 28.34%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC7946 (or 0xEC7946) is known color: Jaffa. HEX triplet: EC, 79 and 46. RGB value is (236,121,70). Sum of RGB (Red+Green+Blue) = 236+121+70=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7946 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7946 is #1386B9. Grayscale: #959595. Windows color (decimal): -1279674 or 4618732. OLE color: 4618732.

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

Color convert

RGB 236 121 70 -
CMYK 0 0.49 0.70 0.07
HSL 18.43º 0.81% 0.6% -
HSV(B) 18.43º 0.7% 0.93% -
XYZ 42.53 31.95 9.72 -
YUV 149.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 236 121 70 0 0.49 0.70 0.07 18.43 0.81 0.6
Hex EC 79 46 0 31 46 7 12 51 3C
Octal 354 171 106 0 61 106 7 22 121 74
Binary 11101100 1111001 1000110 0 110001 1000110 111 10010 1010001 111100

Color Harmonies of #EC7946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7946

Black with #EC7946

Text Example


Text Example

White with #EC7946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7946; }

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

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

background-color css

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

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

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

border-color css

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

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

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