Html Css Color HEX #E05E3E Sorbus

📋 copy color: '#E05E3E'

red 224 ◦ green 94 ◦ blue 62

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

Shades of Sorbus #E05E3E

Tints of Sorbus #E05E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.32%

R = 58.95%
G = 24.74%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E05E3E (or 0xE05E3E) is known color: Sorbus. HEX triplet: E0, 5E and 3E. RGB value is (224,94,62). Sum of RGB (Red+Green+Blue) = 224+94+62=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E3E is #1FA1C1. Grayscale: #818181. Windows color (decimal): -2073026 or 4087520. OLE color: 4087520.

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

Color convert

RGB 224 94 62 -
CMYK 0 0.58 0.72 0.12
HSL 11.85º 0.72% 0.56% -
HSV(B) 11.85º 0.72% 0.88% -
XYZ 35.61 24.2 7.35 -
YUV 129.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 224 94 62 0 0.58 0.72 0.12 11.85 0.72 0.56
Hex E0 5E 3E 0 3A 48 C C 48 38
Octal 340 136 76 0 72 110 14 14 110 70
Binary 11100000 1011110 111110 0 111010 1001000 1100 1100 1001000 111000

Color Harmonies of #E05E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E3E

Black with #E05E3E

Text Example


Text Example

White with #E05E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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