Html Css Color HEX #E2774B Jaffa

📋 copy color: '#E2774B'

red 226 ◦ green 119 ◦ blue 75

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

Shades of Jaffa #E2774B

Tints of Jaffa #E2774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.86%

R = 53.81%
G = 28.33%
B = 17.86%

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

#E2774B (or 0xE2774B) is known color: Jaffa. HEX triplet: E2, 77 and 4B. RGB value is (226,119,75). Sum of RGB (Red+Green+Blue) = 226+119+75=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2774B is #1D88B4. Grayscale: #929292. Windows color (decimal): -1935541 or 4945890. OLE color: 4945890.

HSL color Cylindrical-coordinate representation of color #E2774B: hue angle of 17.48º 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 #E2774B is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 119 75 -
CMYK 0 0.47 0.67 0.11
HSL 17.48º 0.72% 0.59% -
HSV(B) 17.48º 0.67% 0.89% -
XYZ 39.23 29.87 10.35 -
YUV 145.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 226 119 75 0 0.47 0.67 0.11 17.48 0.72 0.59
Hex E2 77 4B 0 2F 43 B 11 48 3B
Octal 342 167 113 0 57 103 13 21 110 73
Binary 11100010 1110111 1001011 0 101111 1000011 1011 10001 1001000 111011

Color Harmonies of #E2774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2774B

Black with #E2774B

Text Example


Text Example

White with #E2774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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