Html Css Color HEX #E45B3C Sorbus

📋 copy color: '#E45B3C'

red 228 ◦ green 91 ◦ blue 60

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

Shades of Sorbus #E45B3C

Tints of Sorbus #E45B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.01%

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 60.16%
G = 24.01%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E45B3C (or 0xE45B3C) is known color: Sorbus. HEX triplet: E4, 5B and 3C. RGB value is (228,91,60). Sum of RGB (Red+Green+Blue) = 228+91+60=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45B3C is #1BA4C3. Grayscale: #808080. Windows color (decimal): -1811652 or 3955684. OLE color: 3955684.

HSL color Cylindrical-coordinate representation of color #E45B3C: hue angle of 11.07º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E45B3C is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 91 60 -
CMYK 0 0.60 0.74 0.11
HSL 11.07º 0.76% 0.56% -
HSV(B) 11.07º 0.74% 0.89% -
XYZ 36.55 24.3 7.04 -
YUV 128.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 228 91 60 0 0.60 0.74 0.11 11.07 0.76 0.56
Hex E4 5B 3C 0 3C 4A B B 4C 38
Octal 344 133 74 0 74 112 13 13 114 70
Binary 11100100 1011011 111100 0 111100 1001010 1011 1011 1001100 111000

Color Harmonies of #E45B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45B3C

Black with #E45B3C

Text Example


Text Example

White with #E45B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45B3C; }

 p { color: rgb(228,91,60); }

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

background-color css

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

 a { background-color: rgb(228,91,60); }

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

border-color css

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

 span { border-color: rgb(228,91,60); }

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