Html Css Color HEX #E16F44 Jaffa

📋 copy color: '#E16F44'

red 225 ◦ green 111 ◦ blue 68

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

Shades of Jaffa #E16F44

Tints of Jaffa #E16F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.83%

R = 55.69%
G = 27.48%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E16F44 (or 0xE16F44) is known color: Jaffa. HEX triplet: E1, 6F and 44. RGB value is (225,111,68). Sum of RGB (Red+Green+Blue) = 225+111+68=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F44 is #1E90BB. Grayscale: #8C8C8C. Windows color (decimal): -2003132 or 4485089. OLE color: 4485089.

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

Color convert

RGB 225 111 68 -
CMYK 0 0.51 0.70 0.12
HSL 16.43º 0.72% 0.57% -
HSV(B) 16.43º 0.7% 0.88% -
XYZ 37.78 27.79 8.84 -
YUV 140.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 225 111 68 0 0.51 0.70 0.12 16.43 0.72 0.57
Hex E1 6F 44 0 33 46 C 10 48 39
Octal 341 157 104 0 63 106 14 20 110 71
Binary 11100001 1101111 1000100 0 110011 1000110 1100 10000 1001000 111001

Color Harmonies of #E16F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F44

Black with #E16F44

Text Example


Text Example

White with #E16F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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