Html Css Color HEX #E6713A Sorbus

📋 copy color: '#E6713A'

red 230 ◦ green 113 ◦ blue 58

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

Shades of Sorbus #E6713A

Tints of Sorbus #E6713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.46%

R = 57.36%
G = 28.18%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6713A (or 0xE6713A) is known color: Sorbus. HEX triplet: E6, 71 and 3A. RGB value is (230,113,58). Sum of RGB (Red+Green+Blue) = 230+113+58=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E6713A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6713A is #198EC5. Grayscale: #8E8E8E. Windows color (decimal): -1674950 or 3830246. OLE color: 3830246.

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

Color convert

RGB 230 113 58 -
CMYK 0 0.51 0.75 0.10
HSL 19.19º 0.77% 0.56% -
HSV(B) 19.19º 0.75% 0.9% -
XYZ 39.3 28.94 7.52 -
YUV 141.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 230 113 58 0 0.51 0.75 0.10 19.19 0.77 0.56
Hex E6 71 3A 0 33 4B A 13 4D 38
Octal 346 161 72 0 63 113 12 23 115 70
Binary 11100110 1110001 111010 0 110011 1001011 1010 10011 1001101 111000

Color Harmonies of #E6713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6713A

Black with #E6713A

Text Example


Text Example

White with #E6713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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