Html Css Color HEX #E5642D Sorbus

📋 copy color: '#E5642D'

red 229 ◦ green 100 ◦ blue 45

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

Shades of Sorbus #E5642D

Tints of Sorbus #E5642D

RGB

 RED value IS 229 (89.84% from 255) = 61.23%

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

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

R = 61.23%
G = 26.74%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5642D (or 0xE5642D) is known color: Sorbus. HEX triplet: E5, 64 and 2D. RGB value is (229,100,45). Sum of RGB (Red+Green+Blue) = 229+100+45=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5642D is #1A9BD2. Grayscale: #848484. Windows color (decimal): -1743827 or 2974949. OLE color: 2974949.

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

Color convert

RGB 229 100 45 -
CMYK 0 0.56 0.80 0.10
HSL 17.93º 0.78% 0.54% -
HSV(B) 17.93º 0.8% 0.9% -
XYZ 37.34 25.96 5.53 -
YUV 132.3 78.74 196.97 -
System Red Green Blue C M Y K H S L
Decimal 229 100 45 0 0.56 0.80 0.10 17.93 0.78 0.54
Hex E5 64 2D 0 38 50 A 12 4E 36
Octal 345 144 55 0 70 120 12 22 116 66
Binary 11100101 1100100 101101 0 111000 1010000 1010 10010 1001110 110110

Color Harmonies of #E5642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5642D

Black with #E5642D

Text Example


Text Example

White with #E5642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5642D; }

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

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

background-color css

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

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

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

border-color css

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

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

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