#E0804C

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

Shades of Jaffa #E0804C

Tints of Jaffa #E0804C

Color information

#E0804C (or 0xE0804C) is unknown color: approx Jaffa. HEX triplet: E0, 80 and 4C. RGB value is (224,128,76). Sum of RGB (Red+Green+Blue) = 224+128+76=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0804C is #1F7FB3. Grayscale: #979797. Windows color (decimal): -2064308 or 5013728. OLE color: 5013728.

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

Color convert

RGB22412876-
CMYK00.430.660.12
HSL21.08º70.48%58.82%-
HSV(B)21.08º66.07%87.84%-
XYZ39.7631.8110.88-
YUV150.7885.8180.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.34%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 76 (30.08% from 255) = 17.76%
R=52.34%
G=29.91%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241287600.430.660.1221.0870.4858.82
HexE0804C02B42C15463b
Octal340200114053102142510673
Binary11100000100000001001100010101110000101100101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0804C; }

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

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

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

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

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

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

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

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