Html Css Color HEX #E16F48 Jaffa

📋 copy color: '#E16F48'

red 225 ◦ green 111 ◦ blue 72

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

Shades of Jaffa #E16F48

Tints of Jaffa #E16F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.21%

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 55.15%
G = 27.21%
B = 17.65%

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

#E16F48 (or 0xE16F48) is known color: Jaffa. HEX triplet: E1, 6F and 48. RGB value is (225,111,72). Sum of RGB (Red+Green+Blue) = 225+111+72=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F48 is #1E90B7. Grayscale: #8C8C8C. Windows color (decimal): -2003128 or 4747233. OLE color: 4747233.

HSL color Cylindrical-coordinate representation of color #E16F48: hue angle of 15.29º 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 #E16F48 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 111 72 -
CMYK 0 0.51 0.68 0.12
HSL 15.29º 0.72% 0.58% -
HSV(B) 15.29º 0.68% 0.88% -
XYZ 37.91 27.84 9.51 -
YUV 140.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 225 111 72 0 0.51 0.68 0.12 15.29 0.72 0.58
Hex E1 6F 48 0 33 44 C F 48 3A
Octal 341 157 110 0 63 104 14 17 110 72
Binary 11100001 1101111 1001000 0 110011 1000100 1100 1111 1001000 111010

Color Harmonies of #E16F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F48

Black with #E16F48

Text Example


Text Example

White with #E16F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F48; }

 p { color: rgb(225,111,72); }

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

background-color css

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

 a { background-color: rgb(225,111,72); }

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

border-color css

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

 span { border-color: rgb(225,111,72); }

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