Html Css Color HEX #EC7948 Jaffa

📋 copy color: '#EC7948'

red 236 ◦ green 121 ◦ blue 72

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

Shades of Jaffa #EC7948

Tints of Jaffa #EC7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

 BLUE value IS 72 (28.52% from 255) = 16.78%

R = 55.01%
G = 28.21%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC7948 (or 0xEC7948) is known color: Jaffa. HEX triplet: EC, 79 and 48. RGB value is (236,121,72). Sum of RGB (Red+Green+Blue) = 236+121+72=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7948 is #1386B7. Grayscale: #969696. Windows color (decimal): -1279672 or 4749804. OLE color: 4749804.

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

Color convert

RGB 236 121 72 -
CMYK 0 0.49 0.69 0.07
HSL 17.93º 0.81% 0.6% -
HSV(B) 17.93º 0.69% 0.93% -
XYZ 42.6 31.98 10.06 -
YUV 149.8 84.1 189.48 -
System Red Green Blue C M Y K H S L
Decimal 236 121 72 0 0.49 0.69 0.07 17.93 0.81 0.6
Hex EC 79 48 0 31 45 7 12 51 3C
Octal 354 171 110 0 61 105 7 22 121 74
Binary 11101100 1111001 1001000 0 110001 1000101 111 10010 1010001 111100

Color Harmonies of #EC7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7948

Black with #EC7948

Text Example


Text Example

White with #EC7948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7948; }

 p { color: rgb(236,121,72); }

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

background-color css

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

 a { background-color: rgb(236,121,72); }

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

border-color css

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

 span { border-color: rgb(236,121,72); }

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