#E17B4D

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

Shades of Jaffa #E17B4D

Tints of Jaffa #E17B4D

Color information

#E17B4D (or 0xE17B4D) is unknown color: approx Jaffa. HEX triplet: E1, 7B and 4D. RGB value is (225,123,77). Sum of RGB (Red+Green+Blue) = 225+123+77=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B4D is #1E84B2. Grayscale: #949494. Windows color (decimal): -2000051 or 5077985. OLE color: 5077985.

HSL color Cylindrical-coordinate representation of color #E17B4D: hue angle of 18.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E17B4D is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22512377-
CMYK00.450.660.12
HSL18.65º71.15%59.22%-
HSV(B)18.65º65.78%88.24%-
XYZ39.4730.7110.87-
YUV148.2587.79182.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=52.94%
G=28.94%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251237700.450.660.1218.6571.1559.22
HexE17B4D02D42C13473b
Octal341173115055102142310773
Binary1110000111110111001101010110110000101100100111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17B4D; }

 p { color: rgb(225,123,77); }

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

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

 a { background-color: rgb(225,123,77); }

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

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

 span { border-color: rgb(225,123,77); }

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