Html Css Color HEX #E2713F Jaffa

📋 copy color: '#E2713F'

red 226 ◦ green 113 ◦ blue 63

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

Shades of Jaffa #E2713F

Tints of Jaffa #E2713F

RGB

 RED value IS 226 (88.67% from 255) = 56.22%

 GREEN value IS 113 (44.53% from 255) = 28.11%

 BLUE value IS 63 (25% from 255) = 15.67%

R = 56.22%
G = 28.11%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2713F (or 0xE2713F) is known color: Jaffa. HEX triplet: E2, 71 and 3F. RGB value is (226,113,63). Sum of RGB (Red+Green+Blue) = 226+113+63=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2713F is #1D8EC0. Grayscale: #8D8D8D. Windows color (decimal): -1937089 or 4157922. OLE color: 4157922.

HSL color Cylindrical-coordinate representation of color #E2713F: hue angle of 18.4º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2713F is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 113 63 -
CMYK 0 0.5 0.72 0.11
HSL 18.4º 0.74% 0.57% -
HSV(B) 18.4º 0.72% 0.89% -
XYZ 38.17 28.34 8.16 -
YUV 141.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 226 113 63 0 0.5 0.72 0.11 18.4 0.74 0.57
Hex E2 71 3F 0 32 48 B 12 4A 39
Octal 342 161 77 0 62 110 13 22 112 71
Binary 11100010 1110001 111111 0 110010 1001000 1011 10010 1001010 111001

Color Harmonies of #E2713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2713F

Black with #E2713F

Text Example


Text Example

White with #E2713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2713F; }

 p { color: rgb(226,113,63); }

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

background-color css

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

 a { background-color: rgb(226,113,63); }

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

border-color css

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

 span { border-color: rgb(226,113,63); }

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