Html Css Color HEX #EC7C4A Jaffa

📋 copy color: '#EC7C4A'

red 236 ◦ green 124 ◦ blue 74

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

Shades of Jaffa #EC7C4A

Tints of Jaffa #EC7C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

 BLUE value IS 74 (29.3% from 255) = 17.05%

R = 54.38%
G = 28.57%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC7C4A (or 0xEC7C4A) is known color: Jaffa. HEX triplet: EC, 7C and 4A. RGB value is (236,124,74). Sum of RGB (Red+Green+Blue) = 236+124+74=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7C4A is #1383B5. Grayscale: #989898. Windows color (decimal): -1278902 or 4881644. OLE color: 4881644.

HSL color Cylindrical-coordinate representation of color #EC7C4A: hue angle of 18.52º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC7C4A is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 124 74 -
CMYK 0 0.47 0.69 0.07
HSL 18.52º 0.81% 0.61% -
HSV(B) 18.52º 0.69% 0.93% -
XYZ 43.04 32.74 10.53 -
YUV 151.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 236 124 74 0 0.47 0.69 0.07 18.52 0.81 0.61
Hex EC 7C 4A 0 2F 45 7 13 51 3D
Octal 354 174 112 0 57 105 7 23 121 75
Binary 11101100 1111100 1001010 0 101111 1000101 111 10011 1010001 111101

Color Harmonies of #EC7C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C4A

Black with #EC7C4A

Text Example


Text Example

White with #EC7C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C4A; }

 p { color: rgb(236,124,74); }

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

background-color css

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

 a { background-color: rgb(236,124,74); }

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

border-color css

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

 span { border-color: rgb(236,124,74); }

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