Html Css Color HEX #E6703A Sorbus

📋 copy color: '#E6703A'

red 230 ◦ green 112 ◦ blue 58

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

Shades of Sorbus #E6703A

Tints of Sorbus #E6703A

RGB

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

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

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

R = 57.5%
G = 28%
B = 14.5%

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

#E6703A (or 0xE6703A) is known color: Sorbus. HEX triplet: E6, 70 and 3A. RGB value is (230,112,58). Sum of RGB (Red+Green+Blue) = 230+112+58=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E6703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6703A is #198FC5. Grayscale: #8D8D8D. Windows color (decimal): -1675206 or 3829990. OLE color: 3829990.

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

Color convert

RGB 230 112 58 -
CMYK 0 0.51 0.75 0.10
HSL 18.84º 0.77% 0.56% -
HSV(B) 18.84º 0.75% 0.9% -
XYZ 39.19 28.72 7.48 -
YUV 141.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 230 112 58 0 0.51 0.75 0.10 18.84 0.77 0.56
Hex E6 70 3A 0 33 4B A 13 4D 38
Octal 346 160 72 0 63 113 12 23 115 70
Binary 11100110 1110000 111010 0 110011 1001011 1010 10011 1001101 111000

Color Harmonies of #E6703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6703A

Black with #E6703A

Text Example


Text Example

White with #E6703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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