Html Css Color HEX #E6703C Sorbus

📋 copy color: '#E6703C'

red 230 ◦ green 112 ◦ blue 60

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

Shades of Sorbus #E6703C

Tints of Sorbus #E6703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

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

R = 57.21%
G = 27.86%
B = 14.93%

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

#E6703C (or 0xE6703C) is known color: Sorbus. HEX triplet: E6, 70 and 3C. RGB value is (230,112,60). Sum of RGB (Red+Green+Blue) = 230+112+60=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E6703C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6703C is #198FC3. Grayscale: #8D8D8D. Windows color (decimal): -1675204 or 3961062. OLE color: 3961062.

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

Color convert

RGB 230 112 60 -
CMYK 0 0.51 0.74 0.10
HSL 18.35º 0.77% 0.57% -
HSV(B) 18.35º 0.74% 0.9% -
XYZ 39.24 28.74 7.75 -
YUV 141.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 230 112 60 0 0.51 0.74 0.10 18.35 0.77 0.57
Hex E6 70 3C 0 33 4A A 12 4D 39
Octal 346 160 74 0 63 112 12 22 115 71
Binary 11100110 1110000 111100 0 110011 1001010 1010 10010 1001101 111001

Color Harmonies of #E6703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6703C

Black with #E6703C

Text Example


Text Example

White with #E6703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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