Html Css Color HEX #E6642D Sorbus

📋 copy color: '#E6642D'

red 230 ◦ green 100 ◦ blue 45

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

Shades of Sorbus #E6642D

Tints of Sorbus #E6642D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12%

R = 61.33%
G = 26.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6642D (or 0xE6642D) is known color: Sorbus. HEX triplet: E6, 64 and 2D. RGB value is (230,100,45). Sum of RGB (Red+Green+Blue) = 230+100+45=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6642D is #199BD2. Grayscale: #848484. Windows color (decimal): -1678291 or 2974950. OLE color: 2974950.

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

Color convert

RGB 230 100 45 -
CMYK 0 0.57 0.80 0.10
HSL 17.84º 0.79% 0.54% -
HSV(B) 17.84º 0.8% 0.9% -
XYZ 37.66 26.13 5.54 -
YUV 132.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 230 100 45 0 0.57 0.80 0.10 17.84 0.79 0.54
Hex E6 64 2D 0 39 50 A 12 4F 36
Octal 346 144 55 0 71 120 12 22 117 66
Binary 11100110 1100100 101101 0 111001 1010000 1010 10010 1001111 110110

Color Harmonies of #E6642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6642D

Black with #E6642D

Text Example


Text Example

White with #E6642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6642D; }

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

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

background-color css

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

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

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

border-color css

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

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

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