Html Css Color HEX #E45D2A Sorbus

📋 copy color: '#E45D2A'

red 228 ◦ green 93 ◦ blue 42

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

Shades of Sorbus #E45D2A

Tints of Sorbus #E45D2A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 62.81%
G = 25.62%
B = 11.57%

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

#E45D2A (or 0xE45D2A) is known color: Sorbus. HEX triplet: E4, 5D and 2A. RGB value is (228,93,42). Sum of RGB (Red+Green+Blue) = 228+93+42=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45D2A is #1BA2D5. Grayscale: #7F7F7F. Windows color (decimal): -1811158 or 2776548. OLE color: 2776548.

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

Color convert

RGB 228 93 42 -
CMYK 0 0.59 0.82 0.11
HSL 16.45º 0.78% 0.53% -
HSV(B) 16.45º 0.82% 0.89% -
XYZ 36.33 24.49 5 -
YUV 127.55 79.73 199.65 -
System Red Green Blue C M Y K H S L
Decimal 228 93 42 0 0.59 0.82 0.11 16.45 0.78 0.53
Hex E4 5D 2A 0 3B 52 B 10 4E 35
Octal 344 135 52 0 73 122 13 20 116 65
Binary 11100100 1011101 101010 0 111011 1010010 1011 10000 1001110 110101

Color Harmonies of #E45D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45D2A

Black with #E45D2A

Text Example


Text Example

White with #E45D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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