Html Css Color HEX #E2794C Jaffa

📋 copy color: '#E2794C'

red 226 ◦ green 121 ◦ blue 76

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

Shades of Jaffa #E2794C

Tints of Jaffa #E2794C

RGB

 RED value IS 226 (88.67% from 255) = 53.43%

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

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 53.43%
G = 28.61%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2794C (or 0xE2794C) is known color: Jaffa. HEX triplet: E2, 79 and 4C. RGB value is (226,121,76). Sum of RGB (Red+Green+Blue) = 226+121+76=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2794C is #1D86B3. Grayscale: #939393. Windows color (decimal): -1935028 or 5011938. OLE color: 5011938.

HSL color Cylindrical-coordinate representation of color #E2794C: hue angle of 18º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2794C is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 121 76 -
CMYK 0 0.46 0.66 0.11
HSL 18º 0.72% 0.59% -
HSV(B) 18º 0.66% 0.89% -
XYZ 39.51 30.37 10.62 -
YUV 147.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 226 121 76 0 0.46 0.66 0.11 18 0.72 0.59
Hex E2 79 4C 0 2E 42 B 12 48 3B
Octal 342 171 114 0 56 102 13 22 110 73
Binary 11100010 1111001 1001100 0 101110 1000010 1011 10010 1001000 111011

Color Harmonies of #E2794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2794C

Black with #E2794C

Text Example


Text Example

White with #E2794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2794C; }

 p { color: rgb(226,121,76); }

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

background-color css

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

 a { background-color: rgb(226,121,76); }

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

border-color css

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

 span { border-color: rgb(226,121,76); }

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