Html Css Color HEX #E2784B Jaffa

📋 copy color: '#E2784B'

red 226 ◦ green 120 ◦ blue 75

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

Shades of Jaffa #E2784B

Tints of Jaffa #E2784B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 53.68%
G = 28.5%
B = 17.81%

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

#E2784B (or 0xE2784B) is known color: Jaffa. HEX triplet: E2, 78 and 4B. RGB value is (226,120,75). Sum of RGB (Red+Green+Blue) = 226+120+75=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2784B is #1D87B4. Grayscale: #929292. Windows color (decimal): -1935285 or 4946146. OLE color: 4946146.

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

Color convert

RGB 226 120 75 -
CMYK 0 0.47 0.67 0.11
HSL 17.88º 0.72% 0.59% -
HSV(B) 17.88º 0.67% 0.89% -
XYZ 39.35 30.11 10.39 -
YUV 146.56 87.62 184.66 -
System Red Green Blue C M Y K H S L
Decimal 226 120 75 0 0.47 0.67 0.11 17.88 0.72 0.59
Hex E2 78 4B 0 2F 43 B 12 48 3B
Octal 342 170 113 0 57 103 13 22 110 73
Binary 11100010 1111000 1001011 0 101111 1000011 1011 10010 1001000 111011

Color Harmonies of #E2784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2784B

Black with #E2784B

Text Example


Text Example

White with #E2784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2784B; }

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

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

background-color css

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

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

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

border-color css

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

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

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