Html Css Color HEX #E45E2A Sorbus

📋 copy color: '#E45E2A'

red 228 ◦ green 94 ◦ blue 42

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

Shades of Sorbus #E45E2A

Tints of Sorbus #E45E2A

RGB

 RED value IS 228 (89.45% from 255) = 62.64%

 GREEN value IS 94 (37.11% from 255) = 25.82%

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

R = 62.64%
G = 25.82%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E45E2A (or 0xE45E2A) is known color: Sorbus. HEX triplet: E4, 5E and 2A. RGB value is (228,94,42). Sum of RGB (Red+Green+Blue) = 228+94+42=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45E2A is #1BA1D5. Grayscale: #808080. Windows color (decimal): -1810902 or 2776804. OLE color: 2776804.

HSL color Cylindrical-coordinate representation of color #E45E2A: hue angle of 16.77º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E45E2A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 94 42 -
CMYK 0 0.59 0.82 0.11
HSL 16.77º 0.78% 0.53% -
HSV(B) 16.77º 0.82% 0.89% -
XYZ 36.42 24.67 5.03 -
YUV 128.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 228 94 42 0 0.59 0.82 0.11 16.77 0.78 0.53
Hex E4 5E 2A 0 3B 52 B 11 4E 35
Octal 344 136 52 0 73 122 13 21 116 65
Binary 11100100 1011110 101010 0 111011 1010010 1011 10001 1001110 110101

Color Harmonies of #E45E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45E2A

Black with #E45E2A

Text Example


Text Example

White with #E45E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45E2A; }

 p { color: rgb(228,94,42); }

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

background-color css

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

 a { background-color: rgb(228,94,42); }

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

border-color css

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

 span { border-color: rgb(228,94,42); }

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