Html Css Color HEX #E0784A Jaffa

📋 copy color: '#E0784A'

red 224 ◦ green 120 ◦ blue 74

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

Shades of Jaffa #E0784A

Tints of Jaffa #E0784A

RGB

 RED value IS 224 (87.89% from 255) = 53.59%

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

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

R = 53.59%
G = 28.71%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0784A (or 0xE0784A) is known color: Jaffa. HEX triplet: E0, 78 and 4A. RGB value is (224,120,74). Sum of RGB (Red+Green+Blue) = 224+120+74=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0784A is #1F87B5. Grayscale: #929292. Windows color (decimal): -2066358 or 4880608. OLE color: 4880608.

HSL color Cylindrical-coordinate representation of color #E0784A: hue angle of 18.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0784A is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 74 -
CMYK 0 0.46 0.67 0.12
HSL 18.4º 0.71% 0.58% -
HSV(B) 18.4º 0.67% 0.88% -
XYZ 38.69 29.77 10.19 -
YUV 145.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 224 120 74 0 0.46 0.67 0.12 18.4 0.71 0.58
Hex E0 78 4A 0 2E 43 C 12 47 3A
Octal 340 170 112 0 56 103 14 22 107 72
Binary 11100000 1111000 1001010 0 101110 1000011 1100 10010 1000111 111010

Color Harmonies of #E0784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0784A

Black with #E0784A

Text Example


Text Example

White with #E0784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0784A; }

 p { color: rgb(224,120,74); }

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

background-color css

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

 a { background-color: rgb(224,120,74); }

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

border-color css

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

 span { border-color: rgb(224,120,74); }

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