Html Css Color HEX #E47040 Jaffa

📋 copy color: '#E47040'

red 228 ◦ green 112 ◦ blue 64

#E47040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #E47040

Tints of Jaffa #E47040

RGB

 RED value IS 228 (89.45% from 255) = 56.44%

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 56.44%
G = 27.72%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E47040 (or 0xE47040) is known color: Jaffa. HEX triplet: E4, 70 and 40. RGB value is (228,112,64). Sum of RGB (Red+Green+Blue) = 228+112+64=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E47040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47040 is #1B8FBF. Grayscale: #8D8D8D. Windows color (decimal): -1806272 or 4223204. OLE color: 4223204.

HSL color Cylindrical-coordinate representation of color #E47040: hue angle of 17.56º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E47040 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 112 64 -
CMYK 0 0.51 0.72 0.11
HSL 17.56º 0.75% 0.57% -
HSV(B) 17.56º 0.72% 0.89% -
XYZ 38.71 28.45 8.3 -
YUV 141.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 228 112 64 0 0.51 0.72 0.11 17.56 0.75 0.57
Hex E4 70 40 0 33 48 B 12 4B 39
Octal 344 160 100 0 63 110 13 22 113 71
Binary 11100100 1110000 1000000 0 110011 1001000 1011 10010 1001011 111001

Color Harmonies of #E47040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47040

Black with #E47040

Text Example


Text Example

White with #E47040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47040; }

 p { color: rgb(228,112,64); }

 H1.HeaderClassName
 {
   color: #E47040;
 }
 .AnyTagClassName
 {
   color: #E47040;
 }
</style>

background-color css

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

 a { background-color: rgb(228,112,64); }

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

border-color css

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

 span { border-color: rgb(228,112,64); }

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