Html Css Color HEX #EC7342 Jaffa

📋 copy color: '#EC7342'

red 236 ◦ green 115 ◦ blue 66

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

Shades of Jaffa #EC7342

Tints of Jaffa #EC7342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 56.59%
G = 27.58%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7342 (or 0xEC7342) is known color: Jaffa. HEX triplet: EC, 73 and 42. RGB value is (236,115,66). Sum of RGB (Red+Green+Blue) = 236+115+66=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7342 is #138CBD. Grayscale: #919191. Windows color (decimal): -1281214 or 4355052. OLE color: 4355052.

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

Color convert

RGB 236 115 66 -
CMYK 0 0.51 0.72 0.07
HSL 17.29º 0.82% 0.59% -
HSV(B) 17.29º 0.72% 0.93% -
XYZ 41.71 30.49 8.84 -
YUV 145.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 236 115 66 0 0.51 0.72 0.07 17.29 0.82 0.59
Hex EC 73 42 0 33 48 7 11 52 3B
Octal 354 163 102 0 63 110 7 21 122 73
Binary 11101100 1110011 1000010 0 110011 1001000 111 10001 1010010 111011

Color Harmonies of #EC7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7342

Black with #EC7342

Text Example


Text Example

White with #EC7342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7342; }

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

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

background-color css

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

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

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

border-color css

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

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

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