Html Css Color HEX #EC6931 Sorbus

📋 copy color: '#EC6931'

red 236 ◦ green 105 ◦ blue 49

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

Shades of Sorbus #EC6931

Tints of Sorbus #EC6931

RGB

 RED value IS 236 (92.58% from 255) = 60.51%

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 60.51%
G = 26.92%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC6931 (or 0xEC6931) is known color: Sorbus. HEX triplet: EC, 69 and 31. RGB value is (236,105,49). Sum of RGB (Red+Green+Blue) = 236+105+49=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6931 is #1396CE. Grayscale: #8A8A8A. Windows color (decimal): -1283791 or 3238380. OLE color: 3238380.

HSL color Cylindrical-coordinate representation of color #EC6931: hue angle of 17.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC6931 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 49 -
CMYK 0 0.56 0.79 0.07
HSL 17.97º 0.83% 0.56% -
HSV(B) 17.97º 0.79% 0.93% -
XYZ 40.2 28.16 6.22 -
YUV 137.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 236 105 49 0 0.56 0.79 0.07 17.97 0.83 0.56
Hex EC 69 31 0 38 4F 7 12 53 38
Octal 354 151 61 0 70 117 7 22 123 70
Binary 11101100 1101001 110001 0 111000 1001111 111 10010 1010011 111000

Color Harmonies of #EC6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6931

Black with #EC6931

Text Example


Text Example

White with #EC6931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6931; }

 p { color: rgb(236,105,49); }

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

background-color css

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

 a { background-color: rgb(236,105,49); }

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

border-color css

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

 span { border-color: rgb(236,105,49); }

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