#E18354

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

Shades of Jaffa #E18354

Tints of Jaffa #E18354

Color information

#E18354 (or 0xE18354) is unknown color: approx Jaffa. HEX triplet: E1, 83 and 54. RGB value is (225,131,84). Sum of RGB (Red+Green+Blue) = 225+131+84=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E18354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18354 is #1E7CAB. Grayscale: #9A9A9A. Windows color (decimal): -1997996 or 5538785. OLE color: 5538785.

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

Color convert

RGB22513184-
CMYK00.420.630.12
HSL20º70.15%60.59%-
HSV(B)20º62.67%88.24%-
XYZ40.7732.8812.59-
YUV153.7588.64178.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.14%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=51.14%
G=29.77%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251318400.420.630.122070.1560.59
HexE1835402A3FC14463d
Octal34120312405277142410675
Binary1110000110000011101010001010101111111100101001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18354; }

 p { color: rgb(225,131,84); }

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

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

 a { background-color: rgb(225,131,84); }

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

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

 span { border-color: rgb(225,131,84); }

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