Html Css Color HEX #EC7042 Jaffa

📋 copy color: '#EC7042'

red 236 ◦ green 112 ◦ blue 66

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

Shades of Jaffa #EC7042

Tints of Jaffa #EC7042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 57%
G = 27.05%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7042 (or 0xEC7042) is known color: Jaffa. HEX triplet: EC, 70 and 42. RGB value is (236,112,66). Sum of RGB (Red+Green+Blue) = 236+112+66=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7042 is #138FBD. Grayscale: #909090. Windows color (decimal): -1281982 or 4354284. OLE color: 4354284.

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

Color convert

RGB 236 112 66 -
CMYK 0 0.53 0.72 0.07
HSL 16.24º 0.82% 0.59% -
HSV(B) 16.24º 0.72% 0.93% -
XYZ 41.37 29.81 8.73 -
YUV 143.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 236 112 66 0 0.53 0.72 0.07 16.24 0.82 0.59
Hex EC 70 42 0 35 48 7 10 52 3B
Octal 354 160 102 0 65 110 7 20 122 73
Binary 11101100 1110000 1000010 0 110101 1001000 111 10000 1010010 111011

Color Harmonies of #EC7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7042

Black with #EC7042

Text Example


Text Example

White with #EC7042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7042; }

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

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

background-color css

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

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

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

border-color css

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

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

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