Html Css Color HEX #EC7032 Sorbus

📋 copy color: '#EC7032'

red 236 ◦ green 112 ◦ blue 50

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

Shades of Sorbus #EC7032

Tints of Sorbus #EC7032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.56%

R = 59.3%
G = 28.14%
B = 12.56%

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

#EC7032 (or 0xEC7032) is known color: Sorbus. HEX triplet: EC, 70 and 32. RGB value is (236,112,50). Sum of RGB (Red+Green+Blue) = 236+112+50=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7032 is #138FCD. Grayscale: #8E8E8E. Windows color (decimal): -1281998 or 3305708. OLE color: 3305708.

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

Color convert

RGB 236 112 50 -
CMYK 0 0.53 0.79 0.07
HSL 20º 0.83% 0.56% -
HSV(B) 20º 0.79% 0.93% -
XYZ 40.96 29.65 6.58 -
YUV 142.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 236 112 50 0 0.53 0.79 0.07 20 0.83 0.56
Hex EC 70 32 0 35 4F 7 14 53 38
Octal 354 160 62 0 65 117 7 24 123 70
Binary 11101100 1110000 110010 0 110101 1001111 111 10100 1010011 111000

Color Harmonies of #EC7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7032

Black with #EC7032

Text Example


Text Example

White with #EC7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7032; }

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

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

background-color css

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

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

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

border-color css

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

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

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