Html Css Color HEX #E16C46 Jaffa

📋 copy color: '#E16C46'

red 225 ◦ green 108 ◦ blue 70

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

Shades of Jaffa #E16C46

Tints of Jaffa #E16C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 55.83%
G = 26.8%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E16C46 (or 0xE16C46) is known color: Jaffa. HEX triplet: E1, 6C and 46. RGB value is (225,108,70). Sum of RGB (Red+Green+Blue) = 225+108+70=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C46 is #1E93B9. Grayscale: #8A8A8A. Windows color (decimal): -2003898 or 4615393. OLE color: 4615393.

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

Color convert

RGB 225 108 70 -
CMYK 0 0.52 0.69 0.12
HSL 14.71º 0.72% 0.58% -
HSV(B) 14.71º 0.69% 0.88% -
XYZ 37.52 27.17 9.06 -
YUV 138.65 89.26 189.59 -
System Red Green Blue C M Y K H S L
Decimal 225 108 70 0 0.52 0.69 0.12 14.71 0.72 0.58
Hex E1 6C 46 0 34 45 C F 48 3A
Octal 341 154 106 0 64 105 14 17 110 72
Binary 11100001 1101100 1000110 0 110100 1000101 1100 1111 1001000 111010

Color Harmonies of #E16C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C46

Black with #E16C46

Text Example


Text Example

White with #E16C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C46; }

 p { color: rgb(225,108,70); }

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

background-color css

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

 a { background-color: rgb(225,108,70); }

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

border-color css

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

 span { border-color: rgb(225,108,70); }

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