Html Css Color HEX #E6713E Jaffa

📋 copy color: '#E6713E'

red 230 ◦ green 113 ◦ blue 62

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

Shades of Jaffa #E6713E

Tints of Jaffa #E6713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.31%

R = 56.79%
G = 27.9%
B = 15.31%

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

#E6713E (or 0xE6713E) is known color: Jaffa. HEX triplet: E6, 71 and 3E. RGB value is (230,113,62). Sum of RGB (Red+Green+Blue) = 230+113+62=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6713E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6713E is #198EC1. Grayscale: #8E8E8E. Windows color (decimal): -1674946 or 4092390. OLE color: 4092390.

HSL color Cylindrical-coordinate representation of color #E6713E: hue angle of 18.21º 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 #E6713E is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 113 62 -
CMYK 0 0.51 0.73 0.10
HSL 18.21º 0.77% 0.57% -
HSV(B) 18.21º 0.73% 0.9% -
XYZ 39.41 28.98 8.07 -
YUV 142.17 82.76 190.65 -
System Red Green Blue C M Y K H S L
Decimal 230 113 62 0 0.51 0.73 0.10 18.21 0.77 0.57
Hex E6 71 3E 0 33 49 A 12 4D 39
Octal 346 161 76 0 63 111 12 22 115 71
Binary 11100110 1110001 111110 0 110011 1001001 1010 10010 1001101 111001

Color Harmonies of #E6713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6713E

Black with #E6713E

Text Example


Text Example

White with #E6713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6713E; }

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

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

background-color css

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

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

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

border-color css

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

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

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