Html Css Color HEX #E16E47 Jaffa

📋 copy color: '#E16E47'

red 225 ◦ green 110 ◦ blue 71

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

Shades of Jaffa #E16E47

Tints of Jaffa #E16E47

RGB

 RED value IS 225 (88.28% from 255) = 55.42%

 GREEN value IS 110 (43.36% from 255) = 27.09%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 55.42%
G = 27.09%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16E47 (or 0xE16E47) is known color: Jaffa. HEX triplet: E1, 6E and 47. RGB value is (225,110,71). Sum of RGB (Red+Green+Blue) = 225+110+71=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16E47 is #1E91B8. Grayscale: #8C8C8C. Windows color (decimal): -2003385 or 4681441. OLE color: 4681441.

HSL color Cylindrical-coordinate representation of color #E16E47: hue angle of 15.19º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E16E47 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 110 71 -
CMYK 0 0.51 0.68 0.12
HSL 15.19º 0.72% 0.58% -
HSV(B) 15.19º 0.68% 0.88% -
XYZ 37.76 27.61 9.3 -
YUV 139.94 89.1 188.67 -
System Red Green Blue C M Y K H S L
Decimal 225 110 71 0 0.51 0.68 0.12 15.19 0.72 0.58
Hex E1 6E 47 0 33 44 C F 48 3A
Octal 341 156 107 0 63 104 14 17 110 72
Binary 11100001 1101110 1000111 0 110011 1000100 1100 1111 1001000 111010

Color Harmonies of #E16E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E47

Black with #E16E47

Text Example


Text Example

White with #E16E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E47; }

 p { color: rgb(225,110,71); }

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

background-color css

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

 a { background-color: rgb(225,110,71); }

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

border-color css

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

 span { border-color: rgb(225,110,71); }

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