Html Css Color HEX #EC703C Sorbus

📋 copy color: '#EC703C'

red 236 ◦ green 112 ◦ blue 60

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

Shades of Sorbus #EC703C

Tints of Sorbus #EC703C

RGB

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

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

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

R = 57.84%
G = 27.45%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC703C (or 0xEC703C) is known color: Sorbus. HEX triplet: EC, 70 and 3C. RGB value is (236,112,60). Sum of RGB (Red+Green+Blue) = 236+112+60=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC703C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC703C is #138FC3. Grayscale: #8F8F8F. Windows color (decimal): -1281988 or 3961068. OLE color: 3961068.

HSL color Cylindrical-coordinate representation of color #EC703C: hue angle of 17.73º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC703C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 60 -
CMYK 0 0.53 0.75 0.07
HSL 17.73º 0.82% 0.58% -
HSV(B) 17.73º 0.75% 0.93% -
XYZ 41.2 29.75 7.85 -
YUV 143.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 236 112 60 0 0.53 0.75 0.07 17.73 0.82 0.58
Hex EC 70 3C 0 35 4B 7 12 52 3A
Octal 354 160 74 0 65 113 7 22 122 72
Binary 11101100 1110000 111100 0 110101 1001011 111 10010 1010010 111010

Color Harmonies of #EC703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC703C

Black with #EC703C

Text Example


Text Example

White with #EC703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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