Html Css Color HEX #E0794B Jaffa

📋 copy color: '#E0794B'

red 224 ◦ green 121 ◦ blue 75

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

Shades of Jaffa #E0794B

Tints of Jaffa #E0794B

RGB

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

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

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

R = 53.33%
G = 28.81%
B = 17.86%

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

#E0794B (or 0xE0794B) is known color: Jaffa. HEX triplet: E0, 79 and 4B. RGB value is (224,121,75). Sum of RGB (Red+Green+Blue) = 224+121+75=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0794B is #1F86B4. Grayscale: #929292. Windows color (decimal): -2066101 or 4946400. OLE color: 4946400.

HSL color Cylindrical-coordinate representation of color #E0794B: hue angle of 18.52º degrees, saturation: 0.71, 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 #E0794B is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 121 75 -
CMYK 0 0.46 0.67 0.12
HSL 18.52º 0.71% 0.59% -
HSV(B) 18.52º 0.67% 0.88% -
XYZ 38.85 30.03 10.41 -
YUV 146.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 224 121 75 0 0.46 0.67 0.12 18.52 0.71 0.59
Hex E0 79 4B 0 2E 43 C 13 47 3B
Octal 340 171 113 0 56 103 14 23 107 73
Binary 11100000 1111001 1001011 0 101110 1000011 1100 10011 1000111 111011

Color Harmonies of #E0794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0794B

Black with #E0794B

Text Example


Text Example

White with #E0794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0794B; }

 p { color: rgb(224,121,75); }

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

background-color css

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

 a { background-color: rgb(224,121,75); }

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

border-color css

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

 span { border-color: rgb(224,121,75); }

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