#e47f4e

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

Shades of Jaffa #E47F4E

Tints of Jaffa #E47F4E

Color information

#E47F4E (or 0xE47F4E) is unknown color: approx Jaffa. HEX triplet: E4, 7F and 4E. RGB value is (228,127,78). Sum of RGB (Red+Green+Blue) = 228+127+78=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47F4E is #1B80B1. Grayscale: #979797. Windows color (decimal): -1802418 or 5144548. OLE color: 5144548.

HSL color Cylindrical-coordinate representation of color #E47F4E: hue angle of 19.6º 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 #E47F4E is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB22812778-
CMYK00.440.660.11
HSL19.6º73.53%60%-
HSV(B)19.6º65.79%89.41%-
XYZ40.9632.2211.27-
YUV151.6186.46182.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.66%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=52.66%
G=29.33%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281277800.440.660.1119.673.5360
HexE47F4E02C42B144a3c
Octal344177116054102132411274
Binary1110010011111111001110010110010000101011101001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e47f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e47f4e; }

 p { color: rgb(228,127,78); }

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

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

 a { background-color: rgb(228,127,78); }

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

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

 span { border-color: rgb(228,127,78); }

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