Html Css Color HEX #E06E3C Sorbus

📋 copy color: '#E06E3C'

red 224 ◦ green 110 ◦ blue 60

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

Shades of Sorbus #E06E3C

Tints of Sorbus #E06E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

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

R = 56.85%
G = 27.92%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E06E3C (or 0xE06E3C) is known color: Sorbus. HEX triplet: E0, 6E and 3C. RGB value is (224,110,60). Sum of RGB (Red+Green+Blue) = 224+110+60=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06E3C is #1F91C3. Grayscale: #8A8A8A. Windows color (decimal): -2068932 or 3960544. OLE color: 3960544.

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

Color convert

RGB 224 110 60 -
CMYK 0 0.51 0.73 0.12
HSL 18.29º 0.73% 0.56% -
HSV(B) 18.29º 0.73% 0.88% -
XYZ 37.13 27.33 7.59 -
YUV 138.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 224 110 60 0 0.51 0.73 0.12 18.29 0.73 0.56
Hex E0 6E 3C 0 33 49 C 12 49 38
Octal 340 156 74 0 63 111 14 22 111 70
Binary 11100000 1101110 111100 0 110011 1001001 1100 10010 1001001 111000

Color Harmonies of #E06E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E3C

Black with #E06E3C

Text Example


Text Example

White with #E06E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E3C; }

 p { color: rgb(224,110,60); }

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

background-color css

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

 a { background-color: rgb(224,110,60); }

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

border-color css

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

 span { border-color: rgb(224,110,60); }

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