#E17D51

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

Shades of Jaffa #E17D51

Tints of Jaffa #E17D51

Color information

#E17D51 (or 0xE17D51) is unknown color: approx Jaffa. HEX triplet: E1, 7D and 51. RGB value is (225,125,81). Sum of RGB (Red+Green+Blue) = 225+125+81=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D51 is #1E82AE. Grayscale: #969696. Windows color (decimal): -1999535 or 5340641. OLE color: 5340641.

HSL color Cylindrical-coordinate representation of color #E17D51: hue angle of 18.33º degrees, saturation: 0.71, 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 #E17D51 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22512581-
CMYK00.440.640.12
HSL18.33º70.59%60%-
HSV(B)18.33º64%88.24%-
XYZ39.8731.2711.72-
YUV149.8889.13181.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 81 (32.03% from 255) = 18.79%
R=52.20%
G=29.00%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251258100.440.640.1218.3370.5960
HexE17D5102C40C12473c
Octal341175121054100142210774
Binary1110000111111011010001010110010000001100100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17D51; }

 p { color: rgb(225,125,81); }

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

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

 a { background-color: rgb(225,125,81); }

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

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

 span { border-color: rgb(225,125,81); }

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