#E18152

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

Shades of Jaffa #E18152

Tints of Jaffa #E18152

Color information

#E18152 (or 0xE18152) is unknown color: approx Jaffa. HEX triplet: E1, 81 and 52. RGB value is (225,129,82). Sum of RGB (Red+Green+Blue) = 225+129+82=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E18152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18152 is #1E7EAD. Grayscale: #989898. Windows color (decimal): -1998510 or 5407201. OLE color: 5407201.

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

Color convert

RGB22512982-
CMYK00.430.640.12
HSL19.72º70.44%60.2%-
HSV(B)19.72º63.56%88.24%-
XYZ40.4232.3212.09-
YUV152.3588.3179.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=51.61%
G=29.59%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251298200.430.640.1219.7270.4460.2
HexE1815202B40C14463c
Octal341201122053100142410674
Binary11100001100000011010010010101110000001100101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18152; }

 p { color: rgb(225,129,82); }

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

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

 a { background-color: rgb(225,129,82); }

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

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

 span { border-color: rgb(225,129,82); }

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