#E2804C

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

Shades of Jaffa #E2804C

Tints of Jaffa #E2804C

Color information

#E2804C (or 0xE2804C) is unknown color: approx Jaffa. HEX triplet: E2, 80 and 4C. RGB value is (226,128,76). Sum of RGB (Red+Green+Blue) = 226+128+76=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2804C is #1D7FB3. Grayscale: #979797. Windows color (decimal): -1933236 or 5013730. OLE color: 5013730.

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

Color convert

RGB22612876-
CMYK00.430.660.11
HSL20.8º72.12%59.22%-
HSV(B)20.8º66.37%88.63%-
XYZ40.3932.1310.91-
YUV151.3785.47181.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.56%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 76 (30.08% from 255) = 17.67%
R=52.56%
G=29.77%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261287600.430.660.1120.872.1259.22
HexE2804C02B42B15483b
Octal342200114053102132511073
Binary11100010100000001001100010101110000101011101011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2804C; }

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

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

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

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

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

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

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

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