Html Css Color HEX #EC7941 Jaffa

📋 copy color: '#EC7941'

red 236 ◦ green 121 ◦ blue 65

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

Shades of Jaffa #EC7941

Tints of Jaffa #EC7941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.4%

R = 55.92%
G = 28.67%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7941 (or 0xEC7941) is known color: Jaffa. HEX triplet: EC, 79 and 41. RGB value is (236,121,65). Sum of RGB (Red+Green+Blue) = 236+121+65=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7941 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7941 is #1386BE. Grayscale: #959595. Windows color (decimal): -1279679 or 4291052. OLE color: 4291052.

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

Color convert

RGB 236 121 65 -
CMYK 0 0.49 0.72 0.07
HSL 19.65º 0.82% 0.59% -
HSV(B) 19.65º 0.72% 0.93% -
XYZ 42.38 31.89 8.92 -
YUV 149 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 236 121 65 0 0.49 0.72 0.07 19.65 0.82 0.59
Hex EC 79 41 0 31 48 7 14 52 3B
Octal 354 171 101 0 61 110 7 24 122 73
Binary 11101100 1111001 1000001 0 110001 1001000 111 10100 1010010 111011

Color Harmonies of #EC7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7941

Black with #EC7941

Text Example


Text Example

White with #EC7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7941; }

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

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

background-color css

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

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

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

border-color css

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

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

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