Html Css Color HEX #E47446 Jaffa

📋 copy color: '#E47446'

red 228 ◦ green 116 ◦ blue 70

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

Shades of Jaffa #E47446

Tints of Jaffa #E47446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 55.07%
G = 28.02%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E47446 (or 0xE47446) is known color: Jaffa. HEX triplet: E4, 74 and 46. RGB value is (228,116,70). Sum of RGB (Red+Green+Blue) = 228+116+70=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E47446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47446 is #1B8BB9. Grayscale: #909090. Windows color (decimal): -1805242 or 4617444. OLE color: 4617444.

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

Color convert

RGB 228 116 70 -
CMYK 0 0.49 0.69 0.11
HSL 17.47º 0.75% 0.58% -
HSV(B) 17.47º 0.69% 0.89% -
XYZ 39.35 29.43 9.4 -
YUV 144.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 228 116 70 0 0.49 0.69 0.11 17.47 0.75 0.58
Hex E4 74 46 0 31 45 B 11 4B 3A
Octal 344 164 106 0 61 105 13 21 113 72
Binary 11100100 1110100 1000110 0 110001 1000101 1011 10001 1001011 111010

Color Harmonies of #E47446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47446

Black with #E47446

Text Example


Text Example

White with #E47446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47446; }

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

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

background-color css

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

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

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

border-color css

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

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

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