Html Css Color HEX #E5642A Sorbus

📋 copy color: '#E5642A'

red 229 ◦ green 100 ◦ blue 42

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

Shades of Sorbus #E5642A

Tints of Sorbus #E5642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 61.73%
G = 26.95%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5642A (or 0xE5642A) is known color: Sorbus. HEX triplet: E5, 64 and 2A. RGB value is (229,100,42). Sum of RGB (Red+Green+Blue) = 229+100+42=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5642A is #1A9BD5. Grayscale: #848484. Windows color (decimal): -1743830 or 2778341. OLE color: 2778341.

HSL color Cylindrical-coordinate representation of color #E5642A: hue angle of 18.61º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5642A is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 100 42 -
CMYK 0 0.56 0.82 0.10
HSL 18.61º 0.78% 0.53% -
HSV(B) 18.61º 0.82% 0.9% -
XYZ 37.29 25.94 5.23 -
YUV 131.96 77.24 197.22 -
System Red Green Blue C M Y K H S L
Decimal 229 100 42 0 0.56 0.82 0.10 18.61 0.78 0.53
Hex E5 64 2A 0 38 52 A 13 4E 35
Octal 345 144 52 0 70 122 12 23 116 65
Binary 11100101 1100100 101010 0 111000 1010010 1010 10011 1001110 110101

Color Harmonies of #E5642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5642A

Black with #E5642A

Text Example


Text Example

White with #E5642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5642A; }

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

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

background-color css

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

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

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

border-color css

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

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

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