#E47D4C

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

Shades of Jaffa #E47D4C

Tints of Jaffa #E47D4C

Color information

#E47D4C (or 0xE47D4C) is unknown color: approx Jaffa. HEX triplet: E4, 7D and 4C. RGB value is (228,125,76). Sum of RGB (Red+Green+Blue) = 228+125+76=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47D4C is #1B82B3. Grayscale: #969696. Windows color (decimal): -1802932 or 5012964. OLE color: 5012964.

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

Color convert

RGB22812576-
CMYK00.450.670.11
HSL19.34º73.79%59.61%-
HSV(B)19.34º66.67%89.41%-
XYZ40.6331.6810.81-
YUV150.2186.12183.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.15%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 76 (30.08% from 255) = 17.72%
R=53.15%
G=29.14%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281257600.450.670.1119.3473.7959.61
HexE47D4C02D43B134a3c
Octal344175114055103132311274
Binary1110010011111011001100010110110000111011100111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47D4C; }

 p { color: rgb(228,125,76); }

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

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

 a { background-color: rgb(228,125,76); }

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

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

 span { border-color: rgb(228,125,76); }

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