Html Css Color HEX #E45F2A Sorbus

📋 copy color: '#E45F2A'

red 228 ◦ green 95 ◦ blue 42

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

Shades of Sorbus #E45F2A

Tints of Sorbus #E45F2A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 62.47%
G = 26.03%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E45F2A (or 0xE45F2A) is known color: Sorbus. HEX triplet: E4, 5F and 2A. RGB value is (228,95,42). Sum of RGB (Red+Green+Blue) = 228+95+42=365 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.47% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45F2A is #1BA0D5. Grayscale: #818181. Windows color (decimal): -1810646 or 2777060. OLE color: 2777060.

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

Color convert

RGB 228 95 42 -
CMYK 0 0.58 0.82 0.11
HSL 17.1º 0.78% 0.53% -
HSV(B) 17.1º 0.82% 0.89% -
XYZ 36.51 24.85 5.06 -
YUV 128.73 79.06 198.81 -
System Red Green Blue C M Y K H S L
Decimal 228 95 42 0 0.58 0.82 0.11 17.1 0.78 0.53
Hex E4 5F 2A 0 3A 52 B 11 4E 35
Octal 344 137 52 0 72 122 13 21 116 65
Binary 11100100 1011111 101010 0 111010 1010010 1011 10001 1001110 110101

Color Harmonies of #E45F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F2A

Black with #E45F2A

Text Example


Text Example

White with #E45F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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