Html Css Color HEX #E6713C Sorbus

📋 copy color: '#E6713C'

red 230 ◦ green 113 ◦ blue 60

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

Shades of Sorbus #E6713C

Tints of Sorbus #E6713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.89%

R = 57.07%
G = 28.04%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6713C (or 0xE6713C) is known color: Sorbus. HEX triplet: E6, 71 and 3C. RGB value is (230,113,60). Sum of RGB (Red+Green+Blue) = 230+113+60=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6713C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6713C is #198EC3. Grayscale: #8E8E8E. Windows color (decimal): -1674948 or 3961318. OLE color: 3961318.

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

Color convert

RGB 230 113 60 -
CMYK 0 0.51 0.74 0.10
HSL 18.71º 0.77% 0.57% -
HSV(B) 18.71º 0.74% 0.9% -
XYZ 39.35 28.96 7.79 -
YUV 141.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 230 113 60 0 0.51 0.74 0.10 18.71 0.77 0.57
Hex E6 71 3C 0 33 4A A 13 4D 39
Octal 346 161 74 0 63 112 12 23 115 71
Binary 11100110 1110001 111100 0 110011 1001010 1010 10011 1001101 111001

Color Harmonies of #E6713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6713C

Black with #E6713C

Text Example


Text Example

White with #E6713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6713C; }

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

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

background-color css

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

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

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

border-color css

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

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

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