#e37048

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

Shades of Jaffa #E37048

Tints of Jaffa #E37048

Color information

#E37048 (or 0xE37048) is unknown color: approx Jaffa. HEX triplet: E3, 70 and 48. RGB value is (227,112,72). Sum of RGB (Red+Green+Blue) = 227+112+72=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E37048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37048 is #1C8FB7. Grayscale: #8E8E8E. Windows color (decimal): -1871800 or 4747491. OLE color: 4747491.

HSL color Cylindrical-coordinate representation of color #E37048: hue angle of 15.48º 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 #E37048 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22711272-
CMYK00.510.680.11
HSL15.48º73.46%58.63%-
HSV(B)15.48º68.28%89.02%-
XYZ38.6428.399.57-
YUV141.8288.6188.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.23%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=55.23%
G=27.25%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271127200.510.680.1115.4873.4658.63
HexE3704803344Bf493b
Octal343160110063104131711173
Binary111000111110000100100001100111000100101111111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e37048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e37048; }

 p { color: rgb(227,112,72); }

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

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

 a { background-color: rgb(227,112,72); }

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

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

 span { border-color: rgb(227,112,72); }

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