Html Css Color HEX #EC7842 Jaffa

📋 copy color: '#EC7842'

red 236 ◦ green 120 ◦ blue 66

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

Shades of Jaffa #EC7842

Tints of Jaffa #EC7842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.44%

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

R = 55.92%
G = 28.44%
B = 15.64%

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

#EC7842 (or 0xEC7842) is known color: Jaffa. HEX triplet: EC, 78 and 42. RGB value is (236,120,66). Sum of RGB (Red+Green+Blue) = 236+120+66=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7842 is #1387BD. Grayscale: #949494. Windows color (decimal): -1279934 or 4356332. OLE color: 4356332.

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

Color convert

RGB 236 120 66 -
CMYK 0 0.49 0.72 0.07
HSL 19.06º 0.82% 0.59% -
HSV(B) 19.06º 0.72% 0.93% -
XYZ 42.29 31.66 9.04 -
YUV 148.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 236 120 66 0 0.49 0.72 0.07 19.06 0.82 0.59
Hex EC 78 42 0 31 48 7 13 52 3B
Octal 354 170 102 0 61 110 7 23 122 73
Binary 11101100 1111000 1000010 0 110001 1001000 111 10011 1010010 111011

Color Harmonies of #EC7842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7842

Black with #EC7842

Text Example


Text Example

White with #EC7842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7842; }

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

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

background-color css

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

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

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

border-color css

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

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

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