Html Css Color HEX #E05D34 Sorbus

📋 copy color: '#E05D34'

red 224 ◦ green 93 ◦ blue 52

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

Shades of Sorbus #E05D34

Tints of Sorbus #E05D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 60.7%
G = 25.2%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E05D34 (or 0xE05D34) is known color: Sorbus. HEX triplet: E0, 5D and 34. RGB value is (224,93,52). Sum of RGB (Red+Green+Blue) = 224+93+52=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D34 is #1FA2CB. Grayscale: #7F7F7F. Windows color (decimal): -2073292 or 3431904. OLE color: 3431904.

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

Color convert

RGB 224 93 52 -
CMYK 0 0.58 0.77 0.12
HSL 14.3º 0.74% 0.54% -
HSV(B) 14.3º 0.77% 0.88% -
XYZ 35.27 23.92 6.01 -
YUV 127.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 224 93 52 0 0.58 0.77 0.12 14.3 0.74 0.54
Hex E0 5D 34 0 3A 4D C E 4A 36
Octal 340 135 64 0 72 115 14 16 112 66
Binary 11100000 1011101 110100 0 111010 1001101 1100 1110 1001010 110110

Color Harmonies of #E05D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D34

Black with #E05D34

Text Example


Text Example

White with #E05D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D34; }

 p { color: rgb(224,93,52); }

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

background-color css

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

 a { background-color: rgb(224,93,52); }

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

border-color css

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

 span { border-color: rgb(224,93,52); }

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