#E47E4D

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

Shades of Jaffa #E47E4D

Tints of Jaffa #E47E4D

Color information

#E47E4D (or 0xE47E4D) is unknown color: approx Jaffa. HEX triplet: E4, 7E and 4D. RGB value is (228,126,77). Sum of RGB (Red+Green+Blue) = 228+126+77=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E4D is #1B81B2. Grayscale: #979797. Windows color (decimal): -1802675 or 5078756. OLE color: 5078756.

HSL color Cylindrical-coordinate representation of color #E47E4D: hue angle of 19.47º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E47E4D is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB22812677-
CMYK00.450.660.11
HSL19.47º73.66%59.8%-
HSV(B)19.47º66.23%89.41%-
XYZ40.831.9511.04-
YUV150.9186.29182.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.90%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=52.90%
G=29.23%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281267700.450.660.1119.4773.6659.8
HexE47E4D02D42B134a3c
Octal344176115055102132311274
Binary1110010011111101001101010110110000101011100111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47E4D; }

 p { color: rgb(228,126,77); }

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

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

 a { background-color: rgb(228,126,77); }

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

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

 span { border-color: rgb(228,126,77); }

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