Html Css Color HEX #E06D34 Sorbus

📋 copy color: '#E06D34'

red 224 ◦ green 109 ◦ blue 52

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

Shades of Sorbus #E06D34

Tints of Sorbus #E06D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

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

R = 58.18%
G = 28.31%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E06D34 (or 0xE06D34) is known color: Sorbus. HEX triplet: E0, 6D and 34. RGB value is (224,109,52). Sum of RGB (Red+Green+Blue) = 224+109+52=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D34 is #1F92CB. Grayscale: #898989. Windows color (decimal): -2069196 or 3436000. OLE color: 3436000.

HSL color Cylindrical-coordinate representation of color #E06D34: hue angle of 19.88º 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 #E06D34 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 52 -
CMYK 0 0.51 0.77 0.12
HSL 19.88º 0.74% 0.54% -
HSV(B) 19.88º 0.77% 0.88% -
XYZ 36.83 27.03 6.53 -
YUV 136.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 224 109 52 0 0.51 0.77 0.12 19.88 0.74 0.54
Hex E0 6D 34 0 33 4D C 14 4A 36
Octal 340 155 64 0 63 115 14 24 112 66
Binary 11100000 1101101 110100 0 110011 1001101 1100 10100 1001010 110110

Color Harmonies of #E06D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D34

Black with #E06D34

Text Example


Text Example

White with #E06D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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