Html Css Color HEX #E5612A Sorbus

📋 copy color: '#E5612A'

red 229 ◦ green 97 ◦ blue 42

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

Shades of Sorbus #E5612A

Tints of Sorbus #E5612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

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

R = 62.23%
G = 26.36%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5612A (or 0xE5612A) is known color: Sorbus. HEX triplet: E5, 61 and 2A. RGB value is (229,97,42). Sum of RGB (Red+Green+Blue) = 229+97+42=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E5612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5612A is #1A9ED5. Grayscale: #828282. Windows color (decimal): -1744598 or 2777573. OLE color: 2777573.

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

Color convert

RGB 229 97 42 -
CMYK 0 0.58 0.82 0.10
HSL 17.65º 0.78% 0.53% -
HSV(B) 17.65º 0.82% 0.9% -
XYZ 37.01 25.37 5.14 -
YUV 130.2 78.23 198.47 -
System Red Green Blue C M Y K H S L
Decimal 229 97 42 0 0.58 0.82 0.10 17.65 0.78 0.53
Hex E5 61 2A 0 3A 52 A 12 4E 35
Octal 345 141 52 0 72 122 12 22 116 65
Binary 11100101 1100001 101010 0 111010 1010010 1010 10010 1001110 110101

Color Harmonies of #E5612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5612A

Black with #E5612A

Text Example


Text Example

White with #E5612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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