Html Css Color HEX #EC7742 Jaffa

📋 copy color: '#EC7742'

red 236 ◦ green 119 ◦ blue 66

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

Shades of Jaffa #EC7742

Tints of Jaffa #EC7742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 56.06%
G = 28.27%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7742 (or 0xEC7742) is known color: Jaffa. HEX triplet: EC, 77 and 42. RGB value is (236,119,66). Sum of RGB (Red+Green+Blue) = 236+119+66=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7742 is #1388BD. Grayscale: #949494. Windows color (decimal): -1280190 or 4356076. OLE color: 4356076.

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

Color convert

RGB 236 119 66 -
CMYK 0 0.50 0.72 0.07
HSL 18.71º 0.82% 0.59% -
HSV(B) 18.71º 0.72% 0.93% -
XYZ 42.17 31.42 9 -
YUV 147.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 236 119 66 0 0.50 0.72 0.07 18.71 0.82 0.59
Hex EC 77 42 0 32 48 7 13 52 3B
Octal 354 167 102 0 62 110 7 23 122 73
Binary 11101100 1110111 1000010 0 110010 1001000 111 10011 1010010 111011

Color Harmonies of #EC7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7742

Black with #EC7742

Text Example


Text Example

White with #EC7742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7742; }

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

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

background-color css

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

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

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

border-color css

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

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

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