Html Css Color HEX #E06C3E Sorbus

📋 copy color: '#E06C3E'

red 224 ◦ green 108 ◦ blue 62

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

Shades of Sorbus #E06C3E

Tints of Sorbus #E06C3E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 56.85%
G = 27.41%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E06C3E (or 0xE06C3E) is known color: Sorbus. HEX triplet: E0, 6C and 3E. RGB value is (224,108,62). Sum of RGB (Red+Green+Blue) = 224+108+62=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C3E is #1F93C1. Grayscale: #898989. Windows color (decimal): -2069442 or 4091104. OLE color: 4091104.

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

Color convert

RGB 224 108 62 -
CMYK 0 0.52 0.72 0.12
HSL 17.04º 0.72% 0.56% -
HSV(B) 17.04º 0.72% 0.88% -
XYZ 36.97 26.92 7.8 -
YUV 137.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 224 108 62 0 0.52 0.72 0.12 17.04 0.72 0.56
Hex E0 6C 3E 0 34 48 C 11 48 38
Octal 340 154 76 0 64 110 14 21 110 70
Binary 11100000 1101100 111110 0 110100 1001000 1100 10001 1001000 111000

Color Harmonies of #E06C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C3E

Black with #E06C3E

Text Example


Text Example

White with #E06C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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