#E0804E

Color #E0804E Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #E0804E

Tints of Jaffa #E0804E

Color information

#E0804E (or 0xE0804E) is unknown color: approx Jaffa. HEX triplet: E0, 80 and 4E. RGB value is (224,128,78). Sum of RGB (Red+Green+Blue) = 224+128+78=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0804E is #1F7FB1. Grayscale: #979797. Windows color (decimal): -2064306 or 5144800. OLE color: 5144800.

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

Color convert

RGB22412878-
CMYK00.430.650.12
HSL20.55º70.19%59.22%-
HSV(B)20.55º65.18%87.84%-
XYZ39.8331.8411.25-
YUV15186.8180.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.09%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=52.09%
G=29.77%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241287800.430.650.1220.5570.1959.22
HexE0804E02B41C15463b
Octal340200116053101142510673
Binary11100000100000001001110010101110000011100101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0804E; }

 p { color: rgb(224,128,78); }

 H1.HeaderClassName
 {
   color: #E0804E;
 }
 .AnyTagClassName
 {
   color: #E0804E;
 }
</style>
background-color css

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

 a { background-color: rgb(224,128,78); }

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

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

 span { border-color: rgb(224,128,78); }

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