Html Css Color HEX #E05E3D Sorbus

📋 copy color: '#E05E3D'

red 224 ◦ green 94 ◦ blue 61

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

Shades of Sorbus #E05E3D

Tints of Sorbus #E05E3D

RGB

 RED value IS 224 (87.89% from 255) = 59.1%

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 59.1%
G = 24.8%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E05E3D (or 0xE05E3D) is known color: Sorbus. HEX triplet: E0, 5E and 3D. RGB value is (224,94,61). Sum of RGB (Red+Green+Blue) = 224+94+61=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E3D is #1FA1C2. Grayscale: #818181. Windows color (decimal): -2073027 or 4021984. OLE color: 4021984.

HSL color Cylindrical-coordinate representation of color #E05E3D: hue angle of 12.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E05E3D is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 94 61 -
CMYK 0 0.58 0.73 0.12
HSL 12.15º 0.72% 0.56% -
HSV(B) 12.15º 0.73% 0.88% -
XYZ 35.59 24.19 7.21 -
YUV 129.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 224 94 61 0 0.58 0.73 0.12 12.15 0.72 0.56
Hex E0 5E 3D 0 3A 49 C C 48 38
Octal 340 136 75 0 72 111 14 14 110 70
Binary 11100000 1011110 111101 0 111010 1001001 1100 1100 1001000 111000

Color Harmonies of #E05E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E3D

Black with #E05E3D

Text Example


Text Example

White with #E05E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E3D; }

 p { color: rgb(224,94,61); }

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

background-color css

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

 a { background-color: rgb(224,94,61); }

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

border-color css

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

 span { border-color: rgb(224,94,61); }

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