Html Css Color HEX #E6642E Sorbus

📋 copy color: '#E6642E'

red 230 ◦ green 100 ◦ blue 46

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

Shades of Sorbus #E6642E

Tints of Sorbus #E6642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 46 (18.36% from 255) = 12.23%

R = 61.17%
G = 26.6%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6642E (or 0xE6642E) is known color: Sorbus. HEX triplet: E6, 64 and 2E. RGB value is (230,100,46). Sum of RGB (Red+Green+Blue) = 230+100+46=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6642E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6642E is #199BD1. Grayscale: #858585. Windows color (decimal): -1678290 or 3040486. OLE color: 3040486.

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

Color convert

RGB 230 100 46 -
CMYK 0 0.57 0.8 0.10
HSL 17.61º 0.79% 0.54% -
HSV(B) 17.61º 0.8% 0.9% -
XYZ 37.68 26.13 5.64 -
YUV 132.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 230 100 46 0 0.57 0.8 0.10 17.61 0.79 0.54
Hex E6 64 2E 0 39 50 A 12 4F 36
Octal 346 144 56 0 71 120 12 22 117 66
Binary 11100110 1100100 101110 0 111001 1010000 1010 10010 1001111 110110

Color Harmonies of #E6642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6642E

Black with #E6642E

Text Example


Text Example

White with #E6642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6642E; }

 p { color: rgb(230,100,46); }

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

background-color css

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

 a { background-color: rgb(230,100,46); }

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

border-color css

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

 span { border-color: rgb(230,100,46); }

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