#e0783d

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

Shades of Jaffa #E0783D

Tints of Jaffa #E0783D

Color information

#E0783D (or 0xE0783D) is unknown color: approx Jaffa. HEX triplet: E0, 78 and 3D. RGB value is (224,120,61). Sum of RGB (Red+Green+Blue) = 224+120+61=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0783D is #1F87C2. Grayscale: #909090. Windows color (decimal): -2066371 or 4028640. OLE color: 4028640.

HSL color Cylindrical-coordinate representation of color #E0783D: hue angle of 21.72º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0783D is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22412061-
CMYK00.460.730.12
HSL21.72º72.44%55.88%-
HSV(B)21.72º72.77%87.84%-
XYZ38.329.628.11-
YUV144.3780.96184.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.31%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 61 (24.22% from 255) = 15.06%
R=55.31%
G=29.63%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241206100.460.730.1221.7272.4455.88
HexE0783D02E49C164838
Octal34017075056111142611070
Binary111000001111000111101010111010010011100101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0783d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0783d; }

 p { color: rgb(224,120,61); }

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

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

 a { background-color: rgb(224,120,61); }

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

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

 span { border-color: rgb(224,120,61); }

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