Html Css Color HEX #E6713F Jaffa

📋 copy color: '#E6713F'

red 230 ◦ green 113 ◦ blue 63

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

Shades of Jaffa #E6713F

Tints of Jaffa #E6713F

RGB

 RED value IS 230 (90.23% from 255) = 56.65%

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

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

R = 56.65%
G = 27.83%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6713F (or 0xE6713F) is known color: Jaffa. HEX triplet: E6, 71 and 3F. RGB value is (230,113,63). Sum of RGB (Red+Green+Blue) = 230+113+63=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6713F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6713F is #198EC0. Grayscale: #8E8E8E. Windows color (decimal): -1674945 or 4157926. OLE color: 4157926.

HSL color Cylindrical-coordinate representation of color #E6713F: hue angle of 17.96º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6713F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 113 63 -
CMYK 0 0.51 0.73 0.10
HSL 17.96º 0.77% 0.57% -
HSV(B) 17.96º 0.73% 0.9% -
XYZ 39.44 28.99 8.22 -
YUV 142.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 230 113 63 0 0.51 0.73 0.10 17.96 0.77 0.57
Hex E6 71 3F 0 33 49 A 12 4D 39
Octal 346 161 77 0 63 111 12 22 115 71
Binary 11100110 1110001 111111 0 110011 1001001 1010 10010 1001101 111001

Color Harmonies of #E6713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6713F

Black with #E6713F

Text Example


Text Example

White with #E6713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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