#E2804F

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

Shades of Jaffa #E2804F

Tints of Jaffa #E2804F

Color information

#E2804F (or 0xE2804F) is unknown color: approx Jaffa. HEX triplet: E2, 80 and 4F. RGB value is (226,128,79). Sum of RGB (Red+Green+Blue) = 226+128+79=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2804F is #1D7FB0. Grayscale: #989898. Windows color (decimal): -1933233 or 5210338. OLE color: 5210338.

HSL color Cylindrical-coordinate representation of color #E2804F: hue angle of 20º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2804F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22612879-
CMYK00.430.650.11
HSL20º71.71%59.8%-
HSV(B)20º65.04%88.63%-
XYZ40.4932.1711.47-
YUV151.7286.97180.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.19%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=52.19%
G=29.56%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261287900.430.650.112071.7159.8
HexE2804F02B41B14483c
Octal342200117053101132411074
Binary11100010100000001001111010101110000011011101001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2804F; }

 p { color: rgb(226,128,79); }

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

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

 a { background-color: rgb(226,128,79); }

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

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

 span { border-color: rgb(226,128,79); }

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