Html Css Color HEX #EC7031 Sorbus

📋 copy color: '#EC7031'

red 236 ◦ green 112 ◦ blue 49

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

Shades of Sorbus #EC7031

Tints of Sorbus #EC7031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

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

R = 59.45%
G = 28.21%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC7031 (or 0xEC7031) is known color: Sorbus. HEX triplet: EC, 70 and 31. RGB value is (236,112,49). Sum of RGB (Red+Green+Blue) = 236+112+49=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7031 is #138FCE. Grayscale: #8E8E8E. Windows color (decimal): -1281999 or 3240172. OLE color: 3240172.

HSL color Cylindrical-coordinate representation of color #EC7031: hue angle of 20.21º 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 #EC7031 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 49 -
CMYK 0 0.53 0.79 0.07
HSL 20.21º 0.83% 0.56% -
HSV(B) 20.21º 0.79% 0.93% -
XYZ 40.94 29.64 6.47 -
YUV 141.89 75.58 195.12 -
System Red Green Blue C M Y K H S L
Decimal 236 112 49 0 0.53 0.79 0.07 20.21 0.83 0.56
Hex EC 70 31 0 35 4F 7 14 53 38
Octal 354 160 61 0 65 117 7 24 123 70
Binary 11101100 1110000 110001 0 110101 1001111 111 10100 1010011 111000

Color Harmonies of #EC7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7031

Black with #EC7031

Text Example


Text Example

White with #EC7031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7031; }

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

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

background-color css

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

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

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

border-color css

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

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

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