Html Css Color HEX #E2774A Jaffa

📋 copy color: '#E2774A'

red 226 ◦ green 119 ◦ blue 74

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

Shades of Jaffa #E2774A

Tints of Jaffa #E2774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.4%

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

R = 53.94%
G = 28.4%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2774A (or 0xE2774A) is known color: Jaffa. HEX triplet: E2, 77 and 4A. RGB value is (226,119,74). Sum of RGB (Red+Green+Blue) = 226+119+74=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2774A is #1D88B5. Grayscale: #929292. Windows color (decimal): -1935542 or 4880354. OLE color: 4880354.

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

Color convert

RGB 226 119 74 -
CMYK 0 0.47 0.67 0.11
HSL 17.76º 0.72% 0.59% -
HSV(B) 17.76º 0.67% 0.89% -
XYZ 39.2 29.86 10.18 -
YUV 145.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 226 119 74 0 0.47 0.67 0.11 17.76 0.72 0.59
Hex E2 77 4A 0 2F 43 B 12 48 3B
Octal 342 167 112 0 57 103 13 22 110 73
Binary 11100010 1110111 1001010 0 101111 1000011 1011 10010 1001000 111011

Color Harmonies of #E2774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2774A

Black with #E2774A

Text Example


Text Example

White with #E2774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2774A; }

 p { color: rgb(226,119,74); }

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

background-color css

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

 a { background-color: rgb(226,119,74); }

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

border-color css

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

 span { border-color: rgb(226,119,74); }

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