Html Css Color HEX #E6703E Sorbus

📋 copy color: '#E6703E'

red 230 ◦ green 112 ◦ blue 62

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

Shades of Sorbus #E6703E

Tints of Sorbus #E6703E

RGB

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

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

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

R = 56.93%
G = 27.72%
B = 15.35%

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

#E6703E (or 0xE6703E) is known color: Sorbus. HEX triplet: E6, 70 and 3E. RGB value is (230,112,62). Sum of RGB (Red+Green+Blue) = 230+112+62=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E6703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6703E is #198FC1. Grayscale: #8D8D8D. Windows color (decimal): -1675202 or 4092134. OLE color: 4092134.

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

Color convert

RGB 230 112 62 -
CMYK 0 0.51 0.73 0.10
HSL 17.86º 0.77% 0.57% -
HSV(B) 17.86º 0.73% 0.9% -
XYZ 39.3 28.76 8.04 -
YUV 141.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 230 112 62 0 0.51 0.73 0.10 17.86 0.77 0.57
Hex E6 70 3E 0 33 49 A 12 4D 39
Octal 346 160 76 0 63 111 12 22 115 71
Binary 11100110 1110000 111110 0 110011 1001001 1010 10010 1001101 111001

Color Harmonies of #E6703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6703E

Black with #E6703E

Text Example


Text Example

White with #E6703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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