Html Css Color HEX #EC7241 Jaffa

📋 copy color: '#EC7241'

red 236 ◦ green 114 ◦ blue 65

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

Shades of Jaffa #EC7241

Tints of Jaffa #EC7241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.66%

R = 56.87%
G = 27.47%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7241 (or 0xEC7241) is known color: Jaffa. HEX triplet: EC, 72 and 41. RGB value is (236,114,65). Sum of RGB (Red+Green+Blue) = 236+114+65=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7241 is #138DBE. Grayscale: #919191. Windows color (decimal): -1281471 or 4289260. OLE color: 4289260.

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

Color convert

RGB 236 114 65 -
CMYK 0 0.52 0.72 0.07
HSL 17.19º 0.82% 0.59% -
HSV(B) 17.19º 0.72% 0.93% -
XYZ 41.56 30.25 8.65 -
YUV 144.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 236 114 65 0 0.52 0.72 0.07 17.19 0.82 0.59
Hex EC 72 41 0 34 48 7 11 52 3B
Octal 354 162 101 0 64 110 7 21 122 73
Binary 11101100 1110010 1000001 0 110100 1001000 111 10001 1010010 111011

Color Harmonies of #EC7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7241

Black with #EC7241

Text Example


Text Example

White with #EC7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7241; }

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

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

background-color css

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

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

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

border-color css

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

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

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