Html Css Color HEX #EC7840 Jaffa

📋 copy color: '#EC7840'

red 236 ◦ green 120 ◦ blue 64

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

Shades of Jaffa #EC7840

Tints of Jaffa #EC7840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.24%

R = 56.19%
G = 28.57%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC7840 (or 0xEC7840) is known color: Jaffa. HEX triplet: EC, 78 and 40. RGB value is (236,120,64). Sum of RGB (Red+Green+Blue) = 236+120+64=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7840 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7840 is #1387BF. Grayscale: #949494. Windows color (decimal): -1279936 or 4225260. OLE color: 4225260.

HSL color Cylindrical-coordinate representation of color #EC7840: hue angle of 19.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC7840 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 120 64 -
CMYK 0 0.49 0.73 0.07
HSL 19.53º 0.82% 0.59% -
HSV(B) 19.53º 0.73% 0.93% -
XYZ 42.23 31.64 8.73 -
YUV 148.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 236 120 64 0 0.49 0.73 0.07 19.53 0.82 0.59
Hex EC 78 40 0 31 49 7 14 52 3B
Octal 354 170 100 0 61 111 7 24 122 73
Binary 11101100 1111000 1000000 0 110001 1001001 111 10100 1010010 111011

Color Harmonies of #EC7840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7840

Black with #EC7840

Text Example


Text Example

White with #EC7840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7840; }

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

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

background-color css

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

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

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

border-color css

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

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

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