Html Css Color HEX #EC7240 Jaffa

📋 copy color: '#EC7240'

red 236 ◦ green 114 ◦ blue 64

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

Shades of Jaffa #EC7240

Tints of Jaffa #EC7240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.54%

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

R = 57%
G = 27.54%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC7240 (or 0xEC7240) is known color: Jaffa. HEX triplet: EC, 72 and 40. RGB value is (236,114,64). Sum of RGB (Red+Green+Blue) = 236+114+64=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7240 is #138DBF. Grayscale: #919191. Windows color (decimal): -1281472 or 4223724. OLE color: 4223724.

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

Color convert

RGB 236 114 64 -
CMYK 0 0.52 0.73 0.07
HSL 17.44º 0.82% 0.59% -
HSV(B) 17.44º 0.73% 0.93% -
XYZ 41.53 30.24 8.5 -
YUV 144.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 236 114 64 0 0.52 0.73 0.07 17.44 0.82 0.59
Hex EC 72 40 0 34 49 7 11 52 3B
Octal 354 162 100 0 64 111 7 21 122 73
Binary 11101100 1110010 1000000 0 110100 1001001 111 10001 1010010 111011

Color Harmonies of #EC7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7240

Black with #EC7240

Text Example


Text Example

White with #EC7240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7240; }

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

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

background-color css

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

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

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

border-color css

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

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

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