Html Css Color HEX #E1794A Jaffa

📋 copy color: '#E1794A'

red 225 ◦ green 121 ◦ blue 74

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

Shades of Jaffa #E1794A

Tints of Jaffa #E1794A

RGB

 RED value IS 225 (88.28% from 255) = 53.57%

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

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

R = 53.57%
G = 28.81%
B = 17.62%

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

#E1794A (or 0xE1794A) is known color: Jaffa. HEX triplet: E1, 79 and 4A. RGB value is (225,121,74). Sum of RGB (Red+Green+Blue) = 225+121+74=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1794A is #1E86B5. Grayscale: #939393. Windows color (decimal): -2000566 or 4880865. OLE color: 4880865.

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

Color convert

RGB 225 121 74 -
CMYK 0 0.46 0.67 0.12
HSL 18.68º 0.72% 0.59% -
HSV(B) 18.68º 0.67% 0.88% -
XYZ 39.12 30.18 10.24 -
YUV 146.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 225 121 74 0 0.46 0.67 0.12 18.68 0.72 0.59
Hex E1 79 4A 0 2E 43 C 13 48 3B
Octal 341 171 112 0 56 103 14 23 110 73
Binary 11100001 1111001 1001010 0 101110 1000011 1100 10011 1001000 111011

Color Harmonies of #E1794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1794A

Black with #E1794A

Text Example


Text Example

White with #E1794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1794A; }

 p { color: rgb(225,121,74); }

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

background-color css

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

 a { background-color: rgb(225,121,74); }

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

border-color css

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

 span { border-color: rgb(225,121,74); }

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