Html Css Color HEX #EC743D Jaffa

📋 copy color: '#EC743D'

red 236 ◦ green 116 ◦ blue 61

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

Shades of Jaffa #EC743D

Tints of Jaffa #EC743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

 BLUE value IS 61 (24.22% from 255) = 14.77%

R = 57.14%
G = 28.09%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC743D (or 0xEC743D) is known color: Jaffa. HEX triplet: EC, 74 and 3D. RGB value is (236,116,61). Sum of RGB (Red+Green+Blue) = 236+116+61=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC743D is #138BC2. Grayscale: #919191. Windows color (decimal): -1280963 or 4027628. OLE color: 4027628.

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

Color convert

RGB 236 116 61 -
CMYK 0 0.51 0.74 0.07
HSL 18.86º 0.82% 0.58% -
HSV(B) 18.86º 0.74% 0.93% -
XYZ 41.68 30.66 8.14 -
YUV 145.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 236 116 61 0 0.51 0.74 0.07 18.86 0.82 0.58
Hex EC 74 3D 0 33 4A 7 13 52 3A
Octal 354 164 75 0 63 112 7 23 122 72
Binary 11101100 1110100 111101 0 110011 1001010 111 10011 1010010 111010

Color Harmonies of #EC743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC743D

Black with #EC743D

Text Example


Text Example

White with #EC743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC743D; }

 p { color: rgb(236,116,61); }

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

background-color css

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

 a { background-color: rgb(236,116,61); }

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

border-color css

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

 span { border-color: rgb(236,116,61); }

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