Html Css Color HEX #E47445 Jaffa

📋 copy color: '#E47445'

red 228 ◦ green 116 ◦ blue 69

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

Shades of Jaffa #E47445

Tints of Jaffa #E47445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.71%

R = 55.21%
G = 28.09%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E47445 (or 0xE47445) is known color: Jaffa. HEX triplet: E4, 74 and 45. RGB value is (228,116,69). Sum of RGB (Red+Green+Blue) = 228+116+69=413 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.21% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 228 - color contains mainly: red. Hex color #E47445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47445 is #1B8BBA. Grayscale: #909090. Windows color (decimal): -1805243 or 4551908. OLE color: 4551908.

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

Color convert

RGB 228 116 69 -
CMYK 0 0.49 0.70 0.11
HSL 17.74º 0.75% 0.58% -
HSV(B) 17.74º 0.7% 0.89% -
XYZ 39.31 29.41 9.24 -
YUV 144.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 228 116 69 0 0.49 0.70 0.11 17.74 0.75 0.58
Hex E4 74 45 0 31 46 B 12 4B 3A
Octal 344 164 105 0 61 106 13 22 113 72
Binary 11100100 1110100 1000101 0 110001 1000110 1011 10010 1001011 111010

Color Harmonies of #E47445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47445

Black with #E47445

Text Example


Text Example

White with #E47445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47445; }

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

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

background-color css

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

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

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

border-color css

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

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

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