Html Css Color HEX #EC7641 Jaffa

📋 copy color: '#EC7641'

red 236 ◦ green 118 ◦ blue 65

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

Shades of Jaffa #EC7641

Tints of Jaffa #EC7641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

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

R = 56.32%
G = 28.16%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7641 (or 0xEC7641) is known color: Jaffa. HEX triplet: EC, 76 and 41. RGB value is (236,118,65). Sum of RGB (Red+Green+Blue) = 236+118+65=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7641 is #1389BE. Grayscale: #939393. Windows color (decimal): -1280447 or 4290284. OLE color: 4290284.

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

Color convert

RGB 236 118 65 -
CMYK 0 0.5 0.72 0.07
HSL 18.6º 0.82% 0.59% -
HSV(B) 18.6º 0.72% 0.93% -
XYZ 42.02 31.17 8.8 -
YUV 147.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 236 118 65 0 0.5 0.72 0.07 18.6 0.82 0.59
Hex EC 76 41 0 32 48 7 13 52 3B
Octal 354 166 101 0 62 110 7 23 122 73
Binary 11101100 1110110 1000001 0 110010 1001000 111 10011 1010010 111011

Color Harmonies of #EC7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7641

Black with #EC7641

Text Example


Text Example

White with #EC7641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7641; }

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

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

background-color css

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

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

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

border-color css

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

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

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