Html Css Color HEX #E45E2F Sorbus

📋 copy color: '#E45E2F'

red 228 ◦ green 94 ◦ blue 47

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

Shades of Sorbus #E45E2F

Tints of Sorbus #E45E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.74%

R = 61.79%
G = 25.47%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E45E2F (or 0xE45E2F) is known color: Sorbus. HEX triplet: E4, 5E and 2F. RGB value is (228,94,47). Sum of RGB (Red+Green+Blue) = 228+94+47=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45E2F is #1BA1D0. Grayscale: #818181. Windows color (decimal): -1810897 or 3104484. OLE color: 3104484.

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

Color convert

RGB 228 94 47 -
CMYK 0 0.59 0.79 0.11
HSL 15.58º 0.77% 0.54% -
HSV(B) 15.58º 0.79% 0.89% -
XYZ 36.51 24.7 5.53 -
YUV 128.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 228 94 47 0 0.59 0.79 0.11 15.58 0.77 0.54
Hex E4 5E 2F 0 3B 4F B 10 4D 36
Octal 344 136 57 0 73 117 13 20 115 66
Binary 11100100 1011110 101111 0 111011 1001111 1011 10000 1001101 110110

Color Harmonies of #E45E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45E2F

Black with #E45E2F

Text Example


Text Example

White with #E45E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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