#E38049

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

Shades of Jaffa #E38049

Tints of Jaffa #E38049

Color information

#E38049 (or 0xE38049) is unknown color: approx Jaffa. HEX triplet: E3, 80 and 49. RGB value is (227,128,73). Sum of RGB (Red+Green+Blue) = 227+128+73=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E38049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38049 is #1C7FB6. Grayscale: #979797. Windows color (decimal): -1867703 or 4817123. OLE color: 4817123.

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

Color convert

RGB22712873-
CMYK00.440.680.11
HSL21.43º73.33%58.82%-
HSV(B)21.43º67.84%89.02%-
XYZ40.632.2510.39-
YUV151.3383.8181.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.04%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=53.04%
G=29.91%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271287300.440.680.1121.4373.3358.82
HexE3804902C44B15493b
Octal343200111054104132511173
Binary11100011100000001001001010110010001001011101011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38049; }

 p { color: rgb(227,128,73); }

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

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

 a { background-color: rgb(227,128,73); }

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

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

 span { border-color: rgb(227,128,73); }

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