Html Css Color HEX #E47440 Jaffa

📋 copy color: '#E47440'

red 228 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #E47440

Tints of Jaffa #E47440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

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

R = 55.88%
G = 28.43%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E47440 (or 0xE47440) is known color: Jaffa. HEX triplet: E4, 74 and 40. RGB value is (228,116,64). Sum of RGB (Red+Green+Blue) = 228+116+64=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E47440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47440 is #1B8BBF. Grayscale: #8F8F8F. Windows color (decimal): -1805248 or 4224228. OLE color: 4224228.

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

Color convert

RGB 228 116 64 -
CMYK 0 0.49 0.72 0.11
HSL 19.02º 0.75% 0.57% -
HSV(B) 19.02º 0.72% 0.89% -
XYZ 39.17 29.35 8.45 -
YUV 143.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 228 116 64 0 0.49 0.72 0.11 19.02 0.75 0.57
Hex E4 74 40 0 31 48 B 13 4B 39
Octal 344 164 100 0 61 110 13 23 113 71
Binary 11100100 1110100 1000000 0 110001 1001000 1011 10011 1001011 111001

Color Harmonies of #E47440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47440

Black with #E47440

Text Example


Text Example

White with #E47440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47440; }

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

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

background-color css

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

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

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

border-color css

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

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

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