Html Css Color HEX #E3713F Jaffa

📋 copy color: '#E3713F'

red 227 ◦ green 113 ◦ blue 63

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

Shades of Jaffa #E3713F

Tints of Jaffa #E3713F

RGB

 RED value IS 227 (89.06% from 255) = 56.33%

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

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

R = 56.33%
G = 28.04%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E3713F (or 0xE3713F) is known color: Jaffa. HEX triplet: E3, 71 and 3F. RGB value is (227,113,63). Sum of RGB (Red+Green+Blue) = 227+113+63=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E3713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3713F is #1C8EC0. Grayscale: #8D8D8D. Windows color (decimal): -1871553 or 4157923. OLE color: 4157923.

HSL color Cylindrical-coordinate representation of color #E3713F: hue angle of 18.29º degrees, saturation: 0.75, 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 #E3713F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 113 63 -
CMYK 0 0.50 0.72 0.11
HSL 18.29º 0.75% 0.57% -
HSV(B) 18.29º 0.72% 0.89% -
XYZ 38.48 28.5 8.18 -
YUV 141.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 227 113 63 0 0.50 0.72 0.11 18.29 0.75 0.57
Hex E3 71 3F 0 32 48 B 12 4B 39
Octal 343 161 77 0 62 110 13 22 113 71
Binary 11100011 1110001 111111 0 110010 1001000 1011 10010 1001011 111001

Color Harmonies of #E3713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3713F

Black with #E3713F

Text Example


Text Example

White with #E3713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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